From 8ea5d8685c8ce8fe68f612672d22bf29e28c6ffe Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Sat, 17 Mar 2018 11:11:50 -0400 Subject: gnu: net-tools: Return #t from custom configure phase. * gnu/packages/linux.scm (net-tools)[arguments]: Return #t from custom configure phase. --- gnu/packages/linux.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index d2fc387080..6f450572c0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1278,7 +1278,8 @@ inadequately in modern network environments, and both should be deprecated.") ;; 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. -- cgit 1.4.1