kdeApps_15_08: use KDE Frameworks 5.14
This commit is contained in:
parent
1a03a577f4
commit
d14e55cc61
|
@ -63,6 +63,6 @@ let
|
|||
print-manager = callPackage ./print-manager.nix {};
|
||||
};
|
||||
|
||||
newScope = scope: pkgs.kf513.newScope ({ inherit kdeApp; } // scope);
|
||||
newScope = scope: pkgs.kf514.newScope ({ inherit kdeApp; } // scope);
|
||||
|
||||
in lib.makeScope newScope packages
|
||||
|
|
Loading…
Reference in New Issue