sickbeard: fix build
Use the `pythonEnv` provided by `buildInputs` rather than the one provided by `buildPythonApplication`.
This commit is contained in:
parent
a44784e811
commit
d35e3e7c91
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user