summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3
diff options
context:
space:
mode:
authorAlexander Ried <ried@mytum.de>2016-10-03 19:44:10 +0200
committerAlexander Ried <ried@mytum.de>2016-10-15 20:32:15 +0200
commit878d5ea1526c2f7cae0a0d8713e4ac7759477329 (patch)
treed123172baeb259a743d313c0f198c30c1aad82d6 /pkgs/desktops/gnome-3
parent47f597b9b06b702504f9b05d6f28690ddbf38f8a (diff)
downloadnixpkgs-878d5ea1526c2f7cae0a0d8713e4ac7759477329.tar
nixpkgs-878d5ea1526c2f7cae0a0d8713e4ac7759477329.tar.gz
nixpkgs-878d5ea1526c2f7cae0a0d8713e4ac7759477329.tar.bz2
nixpkgs-878d5ea1526c2f7cae0a0d8713e4ac7759477329.tar.lz
nixpkgs-878d5ea1526c2f7cae0a0d8713e4ac7759477329.tar.xz
nixpkgs-878d5ea1526c2f7cae0a0d8713e4ac7759477329.tar.zst
nixpkgs-878d5ea1526c2f7cae0a0d8713e4ac7759477329.zip
gdm: does not understand with-systemd
Diffstat (limited to 'pkgs/desktops/gnome-3')
-rw-r--r--pkgs/desktops/gnome-3/3.22/core/gdm/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/desktops/gnome-3/3.22/core/gdm/default.nix b/pkgs/desktops/gnome-3/3.22/core/gdm/default.nix
index 34f8a4bc1cc..9a11ca82bba 100644
--- a/pkgs/desktops/gnome-3/3.22/core/gdm/default.nix
+++ b/pkgs/desktops/gnome-3/3.22/core/gdm/default.nix
@@ -12,7 +12,6 @@ stdenv.mkDerivation rec {
 
   configureFlags = [ "--sysconfdir=/etc"
                      "--localstatedir=/var"
-                     "--with-systemd=yes"
                      "--with-plymouth=yes"
                      "--with-systemdsystemunitdir=$(out)/etc/systemd/system" ];