util-linux: remove redundant configureFlags
These programs are both still built even when we don't pass the flags. (It appears that this was not the case when they were added to the expression.)
This commit is contained in:
parent
0aa67239fa
commit
6490cd06af
@ -34,8 +34,6 @@ stdenv.mkDerivation rec {
|
||||
configureFlags = [
|
||||
"--localstatedir=/var"
|
||||
"--enable-write"
|
||||
"--enable-last"
|
||||
"--enable-mesg"
|
||||
"--disable-use-tty-group"
|
||||
"--enable-fs-paths-default=/run/wrappers/bin:/run/current-system/sw/bin:/sbin"
|
||||
"--disable-makeinstall-setuid" "--disable-makeinstall-chown"
|
||||
|
Loading…
Reference in New Issue
Block a user