systemdMinimal: build without glib

This takes glib (and by this, gtk-doc) out of systemdMinimal's build
closure.
This commit is contained in:
Florian Klink 2020-10-26 21:57:01 +01:00
parent 976af38df6
commit 5f8a741abf
2 changed files with 2 additions and 0 deletions

View File

@ -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}"

View File

@ -18660,6 +18660,7 @@ in
withImportd = false;
withCryptsetup = false;
cryptsetup = null;
glib = null;
lvm2 = null;
};