Merge pull request #55941 from rembo10/sickbeard

sickbeard: fix build
This commit is contained in:
Ryan Mulligan 2019-02-17 09:01:18 -08:00 committed by GitHub
commit 85765acf89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {