mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -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
|
#:tests? #f ; no test suite
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure)
|
(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)))))
|
|
||||||
(home-page "https://github.com/ZerBea/hcxtools")
|
(home-page "https://github.com/ZerBea/hcxtools")
|
||||||
(synopsis "Capture wlan traffic to hashcat and John the Ripper")
|
(synopsis "Capture wlan traffic to hashcat and John the Ripper")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue