couchpotato: pin python2

This commit is contained in:
Frederik Rietdijk
2019-11-13 16:27:38 +01:00
parent 92a57ed7f1
commit d17d0711e8
+2 -2
View File
@@ -1,6 +1,6 @@
{ fetchurl, pythonPackages, lib }: { fetchurl, python2Packages, lib }:
with pythonPackages; with python2Packages;
buildPythonApplication rec { buildPythonApplication rec {
pname = "couchpotato"; pname = "couchpotato";