forked from mirrors/nixpkgs
sickgear: fix build
A Python env was added as buildInput, however, `buildPythonApplication` already provides a `python` which apparently took precedence.
This commit is contained in:
parent
46be627a72
commit
e0e7e86410
|
@ -2,8 +2,8 @@
|
|||
|
||||
let
|
||||
pythonEnv = python2.withPackages(ps: with ps; [ cheetah ]);
|
||||
in python2.pkgs.buildPythonApplication rec {
|
||||
name = "sickgear-${version}";
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "sickgear";
|
||||
version = "0.17.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
|
Loading…
Reference in a new issue