guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: net-tools: Return #t from custom configure phase.


From: Mark H. Weaver
Subject: 01/01: gnu: net-tools: Return #t from custom configure phase.
Date: Sat, 17 Mar 2018 11:17:34 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit 8ea5d8685c8ce8fe68f612672d22bf29e28c6ffe
Author: Mark H Weaver <address@hidden>
Date:   Sat Mar 17 11:11:50 2018 -0400

    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 d2fc387..6f45057 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]