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