3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/nixos/modules/services/x11/desktop-managers
aszlig 7447bdc523
nixos/plasma5: Fix eval of colord-kde/wacomtablet
Regression introduced by 053b05d14d.

The commit in question essentially removed the "with pkgs;" from the
scope around the various packages added to environment.systemPackages.

Since services.colord.enable and services.xserver.wacom.enable are false
by default, the change above didn't directly result in an evaluation
error.

Tested evaluation before and after this change via:

  for cfg in hardware.bluetooth.enable \
             networking.networkmanager.enable \
             hardware.pulseaudio.enable \
             powerManagement.enable \
             services.colord.enable \
             services.samba.enable \
             services.xserver.wacom.enable; do
    nix-instantiate --eval nixos --arg configuration '{
      services.xserver.desktopManager.plasma5.enable = true;
      '"$cfg"' = true;
    }' -A config.environment.systemPackages > /dev/null
  done

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @ttuegel
2020-09-15 01:19:15 +02:00
..
cde.nix nixos/cde: add extraPackages option 2020-05-24 15:59:49 +03:00
cinnamon.nix nixos/cinnamon: add warpinator & blueberry pkgs 2020-09-08 17:09:12 +02:00
default.nix nixos/cinnamon: init 2020-09-08 01:44:09 +02:00
enlightenment.nix enlightenment.enlightenment: fix setuid wrappers 2020-05-24 00:22:53 -03:00
gnome3.nix nixos/gnome3: nixos-artwork -> pkgs.nixos-artwork 2020-06-09 15:33:37 +10:00
kodi.nix treewide: add bool type to enable options, or make use of mkEnableOption 2020-04-21 08:55:36 +02:00
lumina.nix nixos/lumina: use xsession provided 2020-05-25 12:16:48 -03:00
lxqt.nix
mate.nix nixos/mate: debugging via environment variable 2020-02-18 16:34:26 -05:00
none.nix Revert "nixos/none: remove" 2020-04-02 04:07:18 -04:00
pantheon.nix Merge pull request #86163 from worldofpeace/wallpaper-refactor 2020-06-07 14:44:59 -04:00
pantheon.xml nixos/pantheon: fix doc typo 2020-04-29 01:20:03 -04:00
plasma5.nix nixos/plasma5: Fix eval of colord-kde/wacomtablet 2020-09-15 01:19:15 +02:00
surf-display.nix nixos/display-manager: extraSessionFilePackages -> sessionPackages 2019-12-15 04:14:56 +01:00
xfce.nix nixos: add freedesktop/gnome/myself maintainers 2020-04-01 20:53:09 -04:00
xterm.nix