mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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
|
||||
pythonEnv = python2.withPackages(ps: with ps; [ cheetah ]);
|
||||
in python2.pkgs.buildPythonApplication rec {
|
||||
name = "sickbeard-${version}";
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "sickbeard";
|
||||
version = "2016-03-21";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
Loading…
Reference in New Issue
Block a user