1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

kde4.kdelibs: fix link to kde5.kdelibs

This commit is contained in:
Thomas Tuegel 2015-12-16 19:12:39 -06:00
parent 0a81a0d8ff
commit f51c54ba02

View file

@ -14501,7 +14501,7 @@ let
libusb = libusb1;
libcanberra = libcanberra_kde;
boost = boost155;
kdelibs = kdeApps_15_08.kdelibs;
kdelibs = kde5.kdelibs;
subversionClient = pkgs.subversion18.override {
bdbSupport = false;
perlBindings = true;