~ruther/guix-local

e4a01b7d4d070fc54781af02b3f8583dee4d272e — Ludovic Courtès 9 years ago 309e523
gnu: inetutils: Use /var as the localstatedir.

* gnu/packages/admin.scm (inetutils)[arguments]: Add #:configure-flags.
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/admin.scm
M gnu/packages/admin.scm => gnu/packages/admin.scm +3 -1
@@ 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)