mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 16:23:26 +00:00
systemdMinimal: build without glib
This takes glib (and by this, gtk-doc) out of systemdMinimal's build closure.
This commit is contained in:
parent
976af38df6
commit
5f8a741abf
@ -143,6 +143,7 @@ in stdenv.mkDerivation {
|
||||
"-Dsetfont-path=${kbd}/bin/setfont"
|
||||
"-Dtty-gid=3" # tty in NixOS has gid 3
|
||||
"-Ddebug-shell=${bashInteractive}/bin/bash"
|
||||
"-Dglib=${stdenv.lib.boolToString (glib != null)}"
|
||||
# while we do not run tests we should also not build them. Removes about 600 targets
|
||||
"-Dtests=false"
|
||||
"-Dimportd=${stdenv.lib.boolToString withImportd}"
|
||||
|
@ -18660,6 +18660,7 @@ in
|
||||
withImportd = false;
|
||||
withCryptsetup = false;
|
||||
cryptsetup = null;
|
||||
glib = null;
|
||||
lvm2 = null;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user