mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
Merge pull request #101792 from flokli/systemdminimal-without-glib
systemdMinimal: build without glib
This commit is contained in:
commit
5d03fe6ac4
2 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue