Merge pull request #101792 from flokli/systemdminimal-without-glib
systemdMinimal: build without glib
This commit is contained in:
commit
5d03fe6ac4
@ -143,6 +143,7 @@ in stdenv.mkDerivation {
|
|||||||
"-Dsetfont-path=${kbd}/bin/setfont"
|
"-Dsetfont-path=${kbd}/bin/setfont"
|
||||||
"-Dtty-gid=3" # tty in NixOS has gid 3
|
"-Dtty-gid=3" # tty in NixOS has gid 3
|
||||||
"-Ddebug-shell=${bashInteractive}/bin/bash"
|
"-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
|
# while we do not run tests we should also not build them. Removes about 600 targets
|
||||||
"-Dtests=false"
|
"-Dtests=false"
|
||||||
"-Dimportd=${stdenv.lib.boolToString withImportd}"
|
"-Dimportd=${stdenv.lib.boolToString withImportd}"
|
||||||
|
@ -18660,6 +18660,7 @@ in
|
|||||||
withImportd = false;
|
withImportd = false;
|
||||||
withCryptsetup = false;
|
withCryptsetup = false;
|
||||||
cryptsetup = null;
|
cryptsetup = null;
|
||||||
|
glib = null;
|
||||||
lvm2 = null;
|
lvm2 = null;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user