1
0
Fork 1
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:
Frederik Rietdijk 2019-11-13 16:08:56 +01:00
parent 92a57ed7f1
commit d17d0711e8

View file

@ -1,6 +1,6 @@
{ fetchurl, pythonPackages, lib }:
{ fetchurl, python2Packages, lib }:
with pythonPackages;
with python2Packages;
buildPythonApplication rec {
pname = "couchpotato";