mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: hcxtools: Fix build failure.
* gnu/packages/networking.scm (hcxtools)[arguments]: Do not override C_INCLUDE_PATH.
This commit is contained in:
parent
8ecdef3cbb
commit
d27748674a
1 changed files with 1 additions and 9 deletions
|
@ -2442,15 +2442,7 @@ (define-public hcxtools
|
|||
#: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
|
||||
|
|
Loading…
Reference in a new issue