gdm-3.12: disable parallel building
Reason: gdm-client-glue.h:7:0: error: unterminated #ifndef http://hydra.nixos.org/build/13488683
This commit is contained in:
parent
b18f503f1a
commit
90874bfc44
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
gobjectIntrospection libX11 gtk
|
||||
libcanberra_gtk3 pam libtool ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
#enableParallelBuilding = true; # problems compiling
|
||||
|
||||
preBuild = ''
|
||||
substituteInPlace daemon/gdm-simple-slave.c --replace 'BINDIR "/gnome-session' '"${gnome_session}/bin/gnome-session'
|
||||
|
Loading…
Reference in New Issue
Block a user