forked from mirrors/nixpkgs
add kf5PackagesFun
This commit is contained in:
parent
2e0589b4ca
commit
fde78376e4
|
@ -6632,10 +6632,6 @@ let
|
|||
lua = lua5_1;
|
||||
};
|
||||
|
||||
k9copy = callPackage ../applications/video/k9copy {
|
||||
kf5 = kf510;
|
||||
};
|
||||
|
||||
keybinder3 = callPackage ../development/libraries/keybinder3 {
|
||||
automake = automake111x;
|
||||
};
|
||||
|
@ -6646,6 +6642,14 @@ let
|
|||
kf5_stable = kf510;
|
||||
kf513 = recurseIntoAttrs (import ../development/libraries/kde-frameworks-5.13 { inherit pkgs; });
|
||||
|
||||
kf5PackagesFun = self: with self; {
|
||||
|
||||
k9copy = callPackage ../applications/video/k9copy {};
|
||||
|
||||
};
|
||||
|
||||
kf513Packages = lib.makeScope kf513.newScope kf5PackagesFun;
|
||||
|
||||
kinetic-cpp-client = callPackage ../development/libraries/kinetic-cpp-client { };
|
||||
|
||||
krb5Full = callPackage ../development/libraries/kerberos/krb5.nix {
|
||||
|
|
Loading…
Reference in a new issue