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:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user