mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: whois: Remove misleading comment.
See <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30037>. * gnu/packages/networking.scm (whois): Remove comment about mkpasswd.
This commit is contained in:
parent
1cfd7eafb9
commit
871d1074e1
1 changed files with 2 additions and 3 deletions
|
@ -460,14 +460,13 @@ and up to 1 Mbit/s downstream.")
|
||||||
(base32
|
(base32
|
||||||
"02f00vpgrdb77w7lskl9jfm2akpy21ws9cjazs13gash2xksnj38"))))
|
"02f00vpgrdb77w7lskl9jfm2akpy21ws9cjazs13gash2xksnj38"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
;; TODO: unbundle mkpasswd binary + its po files.
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; Does not exist
|
`(#:tests? #f ; Does not exist
|
||||||
#:make-flags (list "CC=gcc"
|
#:make-flags (list "CC=gcc"
|
||||||
(string-append "prefix=" (assoc-ref %outputs "out")))
|
(string-append "prefix=" (assoc-ref %outputs "out")))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure) ; No configure
|
(delete 'configure) ; No configure
|
||||||
(add-before 'build 'setenv
|
(add-before 'build 'setenv
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "HAVE_ICONV" "1")
|
(setenv "HAVE_ICONV" "1")
|
||||||
|
|
Loading…
Add table
Reference in a new issue