sourcehut: python37 -> python38

wip/yesman
Edmund Wu 4 years ago committed by Jon
parent db5c7cc5ee
commit 496cbef3d1
  1. 4
      pkgs/applications/version-management/sourcehut/default.nix

@ -1,4 +1,4 @@
{ python37, openssl
{ python38, openssl
, callPackage, recurseIntoAttrs }:
# To expose the *srht modules, they have to be a python module so we use `buildPythonModule`
@ -8,7 +8,7 @@
let
fetchNodeModules = callPackage ./fetchNodeModules.nix { };
python = python37.override {
python = python38.override {
packageOverrides = self: super: {
srht = self.callPackage ./core.nix { inherit fetchNodeModules; };

Loading…
Cancel
Save