kupfer: no longer use python36Packages
This commit is contained in:
committed by
Martin Weinelt
parent
f1691206f6
commit
fe734dd3bb
@@ -25270,11 +25270,7 @@ with pkgs;
|
||||
|
||||
kubetail = callPackage ../applications/networking/cluster/kubetail { } ;
|
||||
|
||||
kupfer = callPackage ../applications/misc/kupfer {
|
||||
# using python36 as there appears to be a waf issue with python37
|
||||
# see https://github.com/NixOS/nixpkgs/issues/60498
|
||||
python3Packages = python36Packages;
|
||||
};
|
||||
kupfer = callPackage ../applications/misc/kupfer { };
|
||||
|
||||
kvirc = libsForQt514.callPackage ../applications/networking/irc/kvirc { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user