couchpotato: pin python2
This commit is contained in:
parent
92a57ed7f1
commit
d17d0711e8
@ -1,6 +1,6 @@
|
||||
{ fetchurl, pythonPackages, lib }:
|
||||
{ fetchurl, python2Packages, lib }:
|
||||
|
||||
with pythonPackages;
|
||||
with python2Packages;
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "couchpotato";
|
||||
|
Loading…
Reference in New Issue
Block a user