mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ (define-public util-linux
|
|||
"static")) ; >2 MiB of static .a libraries
|
||||
(arguments
|
||||
`(#:configure-flags (list "--disable-use-tty-group"
|
||||
|
||||
"--enable-fs-paths-default=/run/current-system/profile/sbin"
|
||||
;; Install completions where our
|
||||
;; bash-completion package expects them.
|
||||
(string-append "--with-bashcompletiondir="
|
||||
|
|
Loading…
Reference in a new issue