3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #66226 from xvello/xvello/bluez-qt

Add bluez-qt as an explicit dependency of plasma5
This commit is contained in:
Thomas Tuegel 2019-08-07 08:46:02 -05:00 committed by GitHub
commit 38f3c6afa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -178,7 +178,7 @@ in
++ lib.optional (cfg.phononBackend == "vlc" && cfg.enableQt4Support) pkgs.phonon-backend-vlc
# Optional hardware support features
++ lib.optional config.hardware.bluetooth.enable bluedevil
++ lib.optionals config.hardware.bluetooth.enable [ bluedevil bluez-qt ]
++ lib.optional config.networking.networkmanager.enable plasma-nm
++ lib.optional config.hardware.pulseaudio.enable plasma-pa
++ lib.optional config.powerManagement.enable powerdevil