Merge pull request #101792 from flokli/systemdminimal-without-glib

systemdMinimal: build without glib
This commit is contained in:
Andreas Rammhold 2020-10-27 20:00:18 +01:00 committed by GitHub
commit 5d03fe6ac4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
};