guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: util-linux: Add current system profile to fs search path.


From: John Darrington
Subject: 01/01: gnu: util-linux: Add current system profile to fs search path.
Date: Wed, 16 Nov 2016 19:15:39 +0000 (UTC)

jmd pushed a commit to branch core-updates
in repository guix.

commit d9804e5011a58341aafbf4fadd00947f3e5f436e
Author: John Darrington <address@hidden>
Date:   Wed Nov 16 20:08:46 2016 +0100

    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.
---
 gnu/packages/linux.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9518de4..c96155e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -472,7 +472,7 @@ providing the system administrator with some help in common 
tasks.")
                "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="



reply via email to

[Prev in Thread] Current Thread [Next in Thread]