ma sickbeard: use python37
This commit is contained in:
parent
90a96f000e
commit
245e5f5422
@ -1,8 +1,8 @@
|
||||
{ stdenv, fetchFromGitHub, python3, makeWrapper }:
|
||||
{ stdenv, fetchFromGitHub, python37, makeWrapper }:
|
||||
|
||||
let
|
||||
pythonEnv = python3.withPackages(ps: with ps; [
|
||||
(python3.pkgs.callPackage ./cheetah3.nix {})
|
||||
pythonEnv = python37.withPackages(ps: with ps; [
|
||||
(ps.callPackage ./cheetah3.nix {})
|
||||
]);
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "sickgear";
|
||||
|
Loading…
Reference in New Issue
Block a user