sickbeard: fix build

Use the `pythonEnv` provided by `buildInputs` rather than the one
provided by `buildPythonApplication`.
This commit is contained in:
rembo10
2019-02-17 13:32:39 +01:00
parent a44784e811
commit d35e3e7c91
+2 -2
View File
@@ -2,8 +2,8 @@
let let
pythonEnv = python2.withPackages(ps: with ps; [ cheetah ]); pythonEnv = python2.withPackages(ps: with ps; [ cheetah ]);
in python2.pkgs.buildPythonApplication rec { in stdenv.mkDerivation rec {
name = "sickbeard-${version}"; pname = "sickbeard";
version = "2016-03-21"; version = "2016-03-21";
src = fetchFromGitHub { src = fetchFromGitHub {