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

systemdMinimal: build without glib

authored by

Andreas Rammhold and committed by
GitHub
5d03fe6a 5dc3838d

+2
+1
pkgs/os-specific/linux/systemd/default.nix
··· 143 143 "-Dsetfont-path=${kbd}/bin/setfont" 144 144 "-Dtty-gid=3" # tty in NixOS has gid 3 145 145 "-Ddebug-shell=${bashInteractive}/bin/bash" 146 + "-Dglib=${stdenv.lib.boolToString (glib != null)}" 146 147 # while we do not run tests we should also not build them. Removes about 600 targets 147 148 "-Dtests=false" 148 149 "-Dimportd=${stdenv.lib.boolToString withImportd}"
+1
pkgs/top-level/all-packages.nix
··· 18660 18660 withImportd = false; 18661 18661 withCryptsetup = false; 18662 18662 cryptsetup = null; 18663 + glib = null; 18663 18664 lvm2 = null; 18664 18665 }; 18665 18666