util-linuxMinimal: build without pam and shadow

These depend on python via audit preventing the use of libuuid from
util-linux in python builds.
This commit is contained in:
Martin Weinelt
2025-01-29 03:00:55 +01:00
parent 5b09ff0867
commit efb7d4f327
+2
View File
@@ -12502,6 +12502,8 @@ with pkgs;
util-linuxMinimal = util-linux.override {
nlsSupport = false;
ncursesSupport = false;
pamSupport = false;
shadowSupport = false;
systemdSupport = false;
translateManpages = false;
};