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:
Mark H Weaver 2018-03-17 11:11:50 -04:00
parent b4d0cf40f2
commit 8ea5d8685c
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -1278,7 +1278,8 @@ (define-public net-tools
;; think about adding them later.
(substitute* '("config.make" "config.h")
(("^.*HAVE_(AFDECnet|HWSTRIP|HWTR|SELINUX|AFBLUETOOTH)[ =]1.*$")
"")))))
""))
#t)))
(add-after 'install 'remove-redundant-commands
(lambda* (#:key outputs #:allow-other-keys)
;; Remove commands and man pages redundant with Inetutils.