guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: inetutils: Use /var as the localstatedir.


From: Ludovic Courtès
Subject: 05/06: gnu: inetutils: Use /var as the localstatedir.
Date: Wed, 7 Sep 2016 09:50:03 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit e4a01b7d4d070fc54781af02b3f8583dee4d272e
Author: Ludovic Courtès <address@hidden>
Date:   Wed Sep 7 11:02:57 2016 +0200

    gnu: inetutils: Use /var as the localstatedir.
    
    * gnu/packages/admin.scm (inetutils)[arguments]: Add #:configure-flags.
---
 gnu/packages/admin.scm |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 4e31b7c..3685633 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -239,7 +239,9 @@ re-executing them as necessary.")
               (base32
                "05n65k4ixl85dc6rxc51b1b732gnmm8xnqi424dy9f1nz7ppb3xy"))))
     (build-system gnu-build-system)
-    (arguments `(;; FIXME: `tftp.sh' relies on `netstat' from utils-linux,
+    (arguments `(#:configure-flags '("--localstatedir=/var")
+
+                 ;; FIXME: `tftp.sh' relies on `netstat' from utils-linux,
                  ;; which is currently missing.
                  #:tests? #f))
     (inputs `(("ncurses" ,ncurses)



reply via email to

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