gnu: util-linux: Add current system profile to fs search path.
* gnu/packages/linux.scm (util-linux)[arguments]: Add "--enable-fs-paths-default=/run/current-system/profile/sbin" to configure-flags.
This commit is contained in:
parent
05ceb8dcaf
commit
d9804e5011
|
@ -472,7 +472,7 @@ providing the system administrator with some help in common tasks.")
|
||||||
"static")) ; >2 MiB of static .a libraries
|
"static")) ; >2 MiB of static .a libraries
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list "--disable-use-tty-group"
|
`(#:configure-flags (list "--disable-use-tty-group"
|
||||||
|
"--enable-fs-paths-default=/run/current-system/profile/sbin"
|
||||||
;; Install completions where our
|
;; Install completions where our
|
||||||
;; bash-completion package expects them.
|
;; bash-completion package expects them.
|
||||||
(string-append "--with-bashcompletiondir="
|
(string-append "--with-bashcompletiondir="
|
||||||
|
|
Loading…
Reference in New Issue