1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

kde5: unpin from Qt 5.5

This commit is contained in:
Thomas Tuegel 2016-05-10 20:00:09 -05:00
parent 292fb98d96
commit 4ffb000f19

View file

@ -15713,7 +15713,7 @@ in
// applications self
// kde5PackagesFun self;
in
recurseIntoAttrs (lib.makeScope qt55.newScope merged);
recurseIntoAttrs (lib.makeScope qt5.newScope merged);
theme-vertex = callPackage ../misc/themes/vertex { };