guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: hcxtools: Fix build failure.


From: guix-commits
Subject: 01/07: gnu: hcxtools: Fix build failure.
Date: Fri, 3 Apr 2020 12:29:01 -0400 (EDT)

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

commit d27748674a49bc2251fce1d027378dc0ce24dc5c
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Apr 3 17:39:22 2020 +0200

    gnu: hcxtools: Fix build failure.
    
    * gnu/packages/networking.scm (hcxtools)[arguments]: Do not override
    C_INCLUDE_PATH.
---
 gnu/packages/networking.scm | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index c492a7f..13ece07 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2442,15 +2442,7 @@ Ethernet and TAP interfaces is supported.  Packet 
capture is also supported.")
        #:tests? #f                      ; no test suite
        #:phases
        (modify-phases %standard-phases
-         (delete 'configure)
-         (add-after 'unpack 'set-environment
-           (lambda* (#:key inputs #:allow-other-keys)
-             (setenv "C_INCLUDE_PATH"
-                     (string-append (assoc-ref inputs "curl") "/include:"
-                                    (assoc-ref inputs "libpcap") "/include:"
-                                    (assoc-ref inputs "openssl") "/include:"
-                                    (assoc-ref inputs "zlib") "/include"))
-             #t)))))
+         (delete 'configure))))
     (home-page "https://github.com/ZerBea/hcxtools";)
     (synopsis "Capture wlan traffic to hashcat and John the Ripper")
     (description



reply via email to

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