gnu: packages: Use gettext-minimal.
* gnu/packages/crypto.scm (tomb): Use 'gettext-minimal' instead of 'gnu-gettext'. * gnu/packages/emacs.scm (m17n-db): Likewise. * gnu/packages/ftp.scm (weex): Likewise. * gnu/packages/games.scm (chromium-bsu): Likewise. * gnu/packages/image.scm (steghide): Likewise. * gnu/packages/linux.scm (radeontop): Likewise. * gnu/packages/mpd.scm (sonata): Likewise. * gnu/packages/networking.scm (whois): Likewise. * gnu/packages/package-management.scm (guix-0.11.0): Likewise. * gnu/packages/psyc.scm (psyclpc): Likewise. * gnu/packages/syndication.scm (newsbeuter): Likewise. * gnu/packages/vim.scm (vim-full): Likewise.master
parent
dc6d1b9609
commit
7c90d0f40e
|
@ -329,7 +329,7 @@ no man page, refer to the home page for usage details.")
|
||||||
("gnupg" ,gnupg)
|
("gnupg" ,gnupg)
|
||||||
("cryptsetup" ,cryptsetup)
|
("cryptsetup" ,cryptsetup)
|
||||||
("e2fsprogs" ,e2fsprogs) ;for mkfs.ext4
|
("e2fsprogs" ,e2fsprogs) ;for mkfs.ext4
|
||||||
("gettext" ,gnu-gettext) ;used at runtime
|
("gettext" ,gettext-minimal) ;used at runtime
|
||||||
("mlocate" ,mlocate)
|
("mlocate" ,mlocate)
|
||||||
("pinentry" ,pinentry)
|
("pinentry" ,pinentry)
|
||||||
("qrencode" ,qrencode)
|
("qrencode" ,qrencode)
|
||||||
|
|
|
@ -3350,7 +3350,7 @@ extensibility.")
|
||||||
(base32 "1w08hnsbknrcjlzp42c99bgwc9hzsnf5m4apdv0dacql2s09zfm2"))))
|
(base32 "1w08hnsbknrcjlzp42c99bgwc9hzsnf5m4apdv0dacql2s09zfm2"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("gettext" ,gnu-gettext)))
|
`(("gettext" ,gettext-minimal)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list (string-append "--with-charmaps="
|
(list (string-append "--with-charmaps="
|
||||||
|
|
|
@ -142,7 +142,7 @@ FTP browser, as well as non-interactive commands such as 'ncftpput' and
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("automake" ,automake)
|
`(("automake" ,automake)
|
||||||
("autoconf" ,autoconf)
|
("autoconf" ,autoconf)
|
||||||
("gettext" ,gnu-gettext)))
|
("gettext" ,gettext-minimal)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
|
@ -2575,7 +2575,7 @@ in strikes against the evil corporation.")
|
||||||
"0jk2w5b6s6nkzri585bbz16cif2fhqcnl5l1mq3rd98r9nil3hd1"))))
|
"0jk2w5b6s6nkzri585bbz16cif2fhqcnl5l1mq3rd98r9nil3hd1"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
(inputs `(("gettext" ,gnu-gettext)
|
(inputs `(("gettext" ,gettext-minimal)
|
||||||
("glu" ,glu)
|
("glu" ,glu)
|
||||||
("quesoglc" ,quesoglc)
|
("quesoglc" ,quesoglc)
|
||||||
("sdl-union" ,(sdl-union (list sdl sdl-image sdl-mixer)))))
|
("sdl-union" ,(sdl-union (list sdl sdl-image sdl-mixer)))))
|
||||||
|
|
|
@ -948,7 +948,7 @@ differences in file encoding, image quality, and other small variations.")
|
||||||
(patches (list (search-patch "steghide-fixes.patch")))))
|
(patches (list (search-patch "steghide-fixes.patch")))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gnu-gettext)
|
`(("gettext" ,gettext-minimal)
|
||||||
("libtool" ,libtool)
|
("libtool" ,libtool)
|
||||||
("perl" ,perl))) ;for tests
|
("perl" ,perl))) ;for tests
|
||||||
(inputs
|
(inputs
|
||||||
|
|
|
@ -3128,7 +3128,7 @@ developers.")
|
||||||
(string-append "PREFIX=" %output))
|
(string-append "PREFIX=" %output))
|
||||||
#:tests? #f)) ; no tests
|
#:tests? #f)) ; no tests
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gnu-gettext" ,gnu-gettext)
|
`(("gettext" ,gettext-minimal)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libdrm" ,libdrm)
|
`(("libdrm" ,libdrm)
|
||||||
|
|
|
@ -301,7 +301,7 @@ interface for the Music Player Daemon.")
|
||||||
`("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
|
`("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gnu-gettext)))
|
`(("gettext" ,gettext-minimal)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-mpd2" ,python-mpd2)
|
`(("python-mpd2" ,python-mpd2)
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
|
|
|
@ -454,7 +454,7 @@ and up to 1 Mbit/s downstream.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("libidn" ,libidn)))
|
`(("libidn" ,libidn)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gnu-gettext)
|
`(("gettext" ,gettext-minimal)
|
||||||
("perl" ,perl)))
|
("perl" ,perl)))
|
||||||
(synopsis "Improved whois client")
|
(synopsis "Improved whois client")
|
||||||
(description "This whois client is intelligent and can
|
(description "This whois client is intelligent and can
|
||||||
|
|
|
@ -166,7 +166,7 @@
|
||||||
;; guix' always contains them.
|
;; guix' always contains them.
|
||||||
("autoconf" ,(autoconf-wrapper))
|
("autoconf" ,(autoconf-wrapper))
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
("gettext" ,gnu-gettext)
|
("gettext" ,gettext-minimal)
|
||||||
("texinfo" ,texinfo)
|
("texinfo" ,texinfo)
|
||||||
("graphviz" ,graphviz)
|
("graphviz" ,graphviz)
|
||||||
("help2man" ,help2man)))
|
("help2man" ,help2man)))
|
||||||
|
|
|
@ -212,7 +212,7 @@ including psyced.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("bison" ,bison)
|
("bison" ,bison)
|
||||||
("gnu-gettext" ,gnu-gettext)
|
("gettext" ,gettext-minimal)
|
||||||
("help2man" ,help2man)
|
("help2man" ,help2man)
|
||||||
("autoconf" ,autoconf)
|
("autoconf" ,autoconf)
|
||||||
("automake" ,automake)))
|
("automake" ,automake)))
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
#:make-flags (list (string-append "prefix=" (assoc-ref %outputs "out")))
|
#:make-flags (list (string-append "prefix=" (assoc-ref %outputs "out")))
|
||||||
#:test-target "test"))
|
#:test-target "test"))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gnu-gettext)
|
`(("gettext" ,gettext-minimal)
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("ruby" ,ruby))) ; for tests
|
("ruby" ,ruby))) ; for tests
|
||||||
|
|
|
@ -129,7 +129,7 @@ configuration files.")
|
||||||
("fontconfig" ,fontconfig)
|
("fontconfig" ,fontconfig)
|
||||||
("freetype" ,freetype)
|
("freetype" ,freetype)
|
||||||
("gdk-pixbuf" ,gdk-pixbuf)
|
("gdk-pixbuf" ,gdk-pixbuf)
|
||||||
("gettext" ,gnu-gettext)
|
("gettext" ,gettext-minimal)
|
||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
("gpm" ,gpm)
|
("gpm" ,gpm)
|
||||||
("gtk" ,gtk+-2)
|
("gtk" ,gtk+-2)
|
||||||
|
|
Reference in New Issue