sourcehut: python37 -> python38
This commit is contained in:
parent
db5c7cc5ee
commit
496cbef3d1
@ -1,4 +1,4 @@
|
|||||||
{ python37, openssl
|
{ python38, openssl
|
||||||
, callPackage, recurseIntoAttrs }:
|
, callPackage, recurseIntoAttrs }:
|
||||||
|
|
||||||
# To expose the *srht modules, they have to be a python module so we use `buildPythonModule`
|
# To expose the *srht modules, they have to be a python module so we use `buildPythonModule`
|
||||||
@ -8,7 +8,7 @@
|
|||||||
let
|
let
|
||||||
fetchNodeModules = callPackage ./fetchNodeModules.nix { };
|
fetchNodeModules = callPackage ./fetchNodeModules.nix { };
|
||||||
|
|
||||||
python = python37.override {
|
python = python38.override {
|
||||||
packageOverrides = self: super: {
|
packageOverrides = self: super: {
|
||||||
srht = self.callPackage ./core.nix { inherit fetchNodeModules; };
|
srht = self.callPackage ./core.nix { inherit fetchNodeModules; };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user