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