Skip to content

Commit

Permalink
nixos/plasma5: fix build with hardware.bluetooth.enable = true after N…
Browse files Browse the repository at this point in the history
…ixOS#97456

(cherry picked from commit 21b2900)
  • Loading branch information
orivej authored and ttuegel committed Sep 11, 2020
1 parent e2bf654 commit 1f9f801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/x11/desktop-managers/plasma5.nix
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ in
++ lib.optional (cfg.phononBackend == "vlc") libsForQt5.phonon-backend-vlc

# Optional hardware support features
++ lib.optionals config.hardware.bluetooth.enable [ bluedevil bluez-qt openobex obexftp ]
++ lib.optionals config.hardware.bluetooth.enable [ bluedevil bluez-qt pkgs.openobex pkgs.obexftp ]
++ lib.optional config.networking.networkmanager.enable plasma-nm
++ lib.optional config.hardware.pulseaudio.enable plasma-pa
++ lib.optional config.powerManagement.enable powerdevil
Expand Down

0 comments on commit 1f9f801

Please sign in to comment.