mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
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 a new issue