gnu: net-tools: Return #t from custom configure phase.
* gnu/packages/linux.scm (net-tools)[arguments]: Return #t from custom configure phase.
This commit is contained in:
parent
b4d0cf40f2
commit
8ea5d8685c
|
@ -1278,7 +1278,8 @@ inadequately in modern network environments, and both should be deprecated.")
|
||||||
;; think about adding them later.
|
;; think about adding them later.
|
||||||
(substitute* '("config.make" "config.h")
|
(substitute* '("config.make" "config.h")
|
||||||
(("^.*HAVE_(AFDECnet|HWSTRIP|HWTR|SELINUX|AFBLUETOOTH)[ =]1.*$")
|
(("^.*HAVE_(AFDECnet|HWSTRIP|HWTR|SELINUX|AFBLUETOOTH)[ =]1.*$")
|
||||||
"")))))
|
""))
|
||||||
|
#t)))
|
||||||
(add-after 'install 'remove-redundant-commands
|
(add-after 'install 'remove-redundant-commands
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
;; Remove commands and man pages redundant with Inetutils.
|
;; Remove commands and man pages redundant with Inetutils.
|
||||||
|
|
Loading…
Reference in New Issue