ma sickbeard: use python37

This commit is contained in:
makefu 2020-11-18 21:08:48 +01:00
parent f679758481
commit b7e7c652e2

View file

@ -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";