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:
Alyssa Ross 2021-10-06 14:00:19 +00:00
parent 0aa67239fa
commit 6490cd06af
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -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"