3
0
Fork 0
forked from mirrors/nixpkgs

nixos/kde5: install plasma-integration

frameworkintegration was split with plasma-integration in Plasma 5.6.
This commit is contained in:
Thomas Tuegel 2016-06-07 06:20:29 -05:00
parent 285061d50c
commit 9dcbc4b015

View file

@ -117,6 +117,9 @@ in
# Install activity manager if available
++ lib.optional (lib.hasAttr "kactivitymanagerd" kde5) kde5.kactivitymanagerd
# frameworkintegration was split with plasma-integration in Plasma 5.6
++ lib.optional (lib.hasAttr "plasma-integration" kde5) kde5.plasma-integration
# Optional hardware support features
++ lib.optional config.hardware.bluetooth.enable kde5.bluedevil
++ lib.optional config.networking.networkmanager.enable kde5.plasma-nm