gnu: hcxdumptool: Fix cross-compilation.
* gnu/packages/networking.scm (hcxdumptool)[arguments]: Use CC-FOR-TARGET.
This commit is contained in:
parent
6aec7e2ec1
commit
39a598c686
1 changed files with 1 additions and 1 deletions
|
@ -2625,7 +2625,7 @@ packets from wireless devices for use with hashcat or John the Ripper.")
|
|||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:make-flags
|
||||
(list "CC=gcc"
|
||||
(list ,(string-append "CC=" (cc-for-target))
|
||||
(string-append "INSTALLDIR=" (assoc-ref %outputs "out") "/bin"))
|
||||
#:tests? #f ; no test suite
|
||||
#:phases
|
||||
|
|
Reference in a new issue