me
/
guix
Archived
1
0
Fork 0

gnu: hcxtools: Fix build failure.

* gnu/packages/networking.scm (hcxtools)[arguments]: Do not override
C_INCLUDE_PATH.
master
Marius Bakke 2020-04-03 17:39:22 +02:00
parent 8ecdef3cbb
commit d27748674a
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 9 deletions

View File

@ -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