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
|
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 = "sickgear-${version}";
|
pname = "sickgear";
|
||||||
version = "0.17.5";
|
version = "0.17.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user