diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 94621052d0..2c55d6793a 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -460,14 +460,13 @@ (define-public whois (base32 "02f00vpgrdb77w7lskl9jfm2akpy21ws9cjazs13gash2xksnj38")))) (build-system gnu-build-system) - ;; TODO: unbundle mkpasswd binary + its po files. (arguments - `(#:tests? #f ; Does not exist + `(#:tests? #f ; Does not exist #:make-flags (list "CC=gcc" (string-append "prefix=" (assoc-ref %outputs "out"))) #:phases (modify-phases %standard-phases - (delete 'configure) ; No configure + (delete 'configure) ; No configure (add-before 'build 'setenv (lambda _ (setenv "HAVE_ICONV" "1")