gnu: inetutils: Set the $localstatedir.
This is a followup to commit 6f5d28f9d0
.
* gnu/packages/admin.scm (inetutils)[arguments]: Pass
'--localstatedir=/var' to #:configure-flags.
This commit is contained in:
parent
1fa8a51ecc
commit
483188b76e
|
@ -253,6 +253,8 @@ re-executing them as necessary.")
|
|||
(base32
|
||||
"05n65k4ixl85dc6rxc51b1b732gnmm8xnqi424dy9f1nz7ppb3xy"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--localstatedir=/var")))
|
||||
(inputs `(("ncurses" ,ncurses)
|
||||
("readline" ,readline))) ;for 'ftp'
|
||||
(native-inputs `(("netstat" ,net-tools))) ;for tests
|
||||
|
|
Loading…
Reference in New Issue