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:
@@ -12502,6 +12502,8 @@ with pkgs;
|
||||
util-linuxMinimal = util-linux.override {
|
||||
nlsSupport = false;
|
||||
ncursesSupport = false;
|
||||
pamSupport = false;
|
||||
shadowSupport = false;
|
||||
systemdSupport = false;
|
||||
translateManpages = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user