~ruther/guix-local

39a598c686839d65a61ec1ebb982bd5896f3d7e4 — Tobias Geerinckx-Rice 6 years ago 6aec7e2
gnu: hcxdumptool: Fix cross-compilation.

* gnu/packages/networking.scm (hcxdumptool)[arguments]: Use CC-FOR-TARGET.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/networking.scm
M gnu/packages/networking.scm => gnu/packages/networking.scm +1 -1
@@ 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