util-linux: /var/run -> /run
This commit is contained in:
parent
9e40609da7
commit
81318908a5
@ -39,7 +39,7 @@ in stdenv.mkDerivation rec {
|
||||
"--enable-last"
|
||||
"--enable-mesg"
|
||||
"--disable-use-tty-group"
|
||||
"--enable-fs-paths-default=/run/wrappers/bin:/var/run/current-system/sw/bin:/sbin"
|
||||
"--enable-fs-paths-default=/run/wrappers/bin:/run/current-system/sw/bin:/sbin"
|
||||
"--disable-makeinstall-setuid" "--disable-makeinstall-chown"
|
||||
(lib.withFeature (ncurses != null) "ncursesw")
|
||||
(lib.withFeature (systemd != null) "systemd")
|
||||
|
Loading…
Reference in New Issue
Block a user