diff options
| author | Marius Bakke <mbakke@fastmail.com> | 2020-04-04 15:48:44 +0200 |
|---|---|---|
| committer | Marius Bakke <mbakke@fastmail.com> | 2020-04-04 15:48:44 +0200 |
| commit | f2d97d577d1dd527bbc707d857ccd0de81714420 (patch) | |
| tree | c4fe66d19957a6f26c5bae4405dd30f7b499bd41 /gnu | |
| parent | 0c2e94f21f00d1f3a34a8d27c711f1ad81647228 (diff) | |
gnu: Replace uses of 'gettext' with 'gettext-minimal'.
* gnu/packages/cdrom.scm (dvdstyler)[native-inputs]: Change from GNU-GETTEXT
to GETTEXT-MINIMAL.
* gnu/packages/emulators.scm (dolphin-emu)[native-inputs]: Likewise.
* gnu/packages/engineering.scm (lepton-eda, kicad, kicad-i18l)[native-inputs]:
Likewise.
* gnu/packages/games.scm (quadrapassel, edgar)[native-inputs]: Likewise.
* gnu/packages/gnome.scm (eog-plugins, workrave, geary)[native-inputs]: Likewise.
* gnu/packages/guile-xyz.scm (guile-gi, emacsy)[native-inputs]: Likewise.
* gnu/packages/image.scm (gpick)[native-inputs]: Likewise.
* gnu/packages/messaging.scm (telegram-purple)[native-inputs]: Likewise.
* gnu/packages/music.scm (fmit)[native-inputs]: Likewise.
* gnu/packages/package-management.scm (flatpak)[native-inputs]: Likewise.
* gnu/packages/patchutils.scm (quilt)[native-inputs]: Likewise.
* gnu/packages/photo.scm (hugin)[native-inputs]: Likewise.
* gnu/packages/security-token.scm (eid-mw)[native-inputs]: Likewise.
* gnu/packages/telephony.scm (jami)[native-inputs]: Likewise.
* gnu/packages/texinfo.scm (pinfo)[native-inputs]: Likewise.
* gnu/packages/vulkan.scm (vkd3d)[native-inputs]: Likewise.
* gnu/packages/web.scm (cadaver)[native-inputs]: Likewise.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cdrom.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/emulators.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/engineering.scm | 6 | ||||
| -rw-r--r-- | gnu/packages/games.scm | 4 | ||||
| -rw-r--r-- | gnu/packages/gnome.scm | 6 | ||||
| -rw-r--r-- | gnu/packages/guile-xyz.scm | 4 | ||||
| -rw-r--r-- | gnu/packages/image.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/messaging.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/music.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/package-management.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/patchutils.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/photo.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/security-token.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/telephony.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/texinfo.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/vulkan.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/web.scm | 2 |
17 files changed, 23 insertions, 23 deletions
diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm index d6127d11f99..f893ec99616 100644 --- a/gnu/packages/cdrom.scm +++ b/gnu/packages/cdrom.scm | |||
| @@ -466,7 +466,7 @@ capacity is user-selectable.") | |||
| 466 | ("flex" ,flex) | 466 | ("flex" ,flex) |
| 467 | ("python" ,python-2) | 467 | ("python" ,python-2) |
| 468 | ("xmlto" ,xmlto) | 468 | ("xmlto" ,xmlto) |
| 469 | ("gettext" ,gnu-gettext) | 469 | ("gettext" ,gettext-minimal) |
| 470 | ("docbook-xml" ,docbook-xml) | 470 | ("docbook-xml" ,docbook-xml) |
| 471 | ("docbook-xsl" ,docbook-xsl) | 471 | ("docbook-xsl" ,docbook-xsl) |
| 472 | ("zip" ,zip))) | 472 | ("zip" ,zip))) |
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 2fcb176ae4d..505e4024aa4 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm | |||
| @@ -197,7 +197,7 @@ | |||
| 197 | "-DX11_FOUND=1"))) | 197 | "-DX11_FOUND=1"))) |
| 198 | (native-inputs | 198 | (native-inputs |
| 199 | `(("pkg-config" ,pkg-config) | 199 | `(("pkg-config" ,pkg-config) |
| 200 | ("gettext" ,gnu-gettext))) | 200 | ("gettext" ,gettext-minimal))) |
| 201 | (inputs | 201 | (inputs |
| 202 | `(("alsa-lib" ,alsa-lib) | 202 | `(("alsa-lib" ,alsa-lib) |
| 203 | ("ao" ,ao) | 203 | ("ao" ,ao) |
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 675312ce20b..d4117de25eb 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm | |||
| @@ -267,7 +267,7 @@ utilities.") | |||
| 267 | `(("autoconf" ,autoconf) | 267 | `(("autoconf" ,autoconf) |
| 268 | ("automake" ,automake) | 268 | ("automake" ,automake) |
| 269 | ("libtool" ,libtool) | 269 | ("libtool" ,libtool) |
| 270 | ("gettext" ,gnu-gettext) | 270 | ("gettext" ,gettext-minimal) |
| 271 | ("texinfo" ,texinfo) | 271 | ("texinfo" ,texinfo) |
| 272 | ("groff" ,groff) | 272 | ("groff" ,groff) |
| 273 | ("which" ,which) | 273 | ("which" ,which) |
| @@ -855,7 +855,7 @@ language.") | |||
| 855 | (native-inputs | 855 | (native-inputs |
| 856 | `(("boost" ,boost) | 856 | `(("boost" ,boost) |
| 857 | ("desktop-file-utils" ,desktop-file-utils) | 857 | ("desktop-file-utils" ,desktop-file-utils) |
| 858 | ("gettext" ,gnu-gettext) | 858 | ("gettext" ,gettext-minimal) |
| 859 | ("kicad-i18l" ,kicad-i18l) | 859 | ("kicad-i18l" ,kicad-i18l) |
| 860 | ("pkg-config" ,pkg-config) | 860 | ("pkg-config" ,pkg-config) |
| 861 | ("swig" ,swig) | 861 | ("swig" ,swig) |
| @@ -902,7 +902,7 @@ electrical diagrams), gerbview (viewing Gerber files) and others.") | |||
| 902 | (delete 'build) | 902 | (delete 'build) |
| 903 | (delete 'check)))) | 903 | (delete 'check)))) |
| 904 | (native-inputs | 904 | (native-inputs |
| 905 | `(("gettext" ,gnu-gettext))) | 905 | `(("gettext" ,gettext-minimal))) |
| 906 | (home-page "https://kicad-pcb.org/") | 906 | (home-page "https://kicad-pcb.org/") |
| 907 | (synopsis "KiCad GUI translations") | 907 | (synopsis "KiCad GUI translations") |
| 908 | (description "This package contains the po files that are used for the GUI | 908 | (description "This package contains the po files that are used for the GUI |
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 4d4b2b0b053..1efc50e6d15 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm | |||
| @@ -6694,7 +6694,7 @@ GameController.") | |||
| 6694 | #t))))) | 6694 | #t))))) |
| 6695 | (native-inputs | 6695 | (native-inputs |
| 6696 | `(("desktop-file-utils" ,desktop-file-utils) ;for desktop-file-validate | 6696 | `(("desktop-file-utils" ,desktop-file-utils) ;for desktop-file-validate |
| 6697 | ("gettext" ,gnu-gettext) | 6697 | ("gettext" ,gettext-minimal) |
| 6698 | ("glib" ,glib "bin") ;for glib-compile-resources | 6698 | ("glib" ,glib "bin") ;for glib-compile-resources |
| 6699 | ("itstool" ,itstool) | 6699 | ("itstool" ,itstool) |
| 6700 | ("libxml2" ,libxml2) ;for xmllint | 6700 | ("libxml2" ,libxml2) ;for xmllint |
| @@ -7199,7 +7199,7 @@ where the player draws runes in real time to effect the desired spell.") | |||
| 7199 | `(("pkg-config" ,pkg-config) | 7199 | `(("pkg-config" ,pkg-config) |
| 7200 | ("autoconf" ,autoconf) | 7200 | ("autoconf" ,autoconf) |
| 7201 | ("automake" ,automake) | 7201 | ("automake" ,automake) |
| 7202 | ("gnu-gettext" ,gnu-gettext) | 7202 | ("gnu-gettext" ,gettext-minimal) |
| 7203 | ("libtool" ,libtool) | 7203 | ("libtool" ,libtool) |
| 7204 | ("which" ,which))) | 7204 | ("which" ,which))) |
| 7205 | (synopsis "2d action platformer game") | 7205 | (synopsis "2d action platformer game") |
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index e5f517f9c16..f93dd2649c5 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm | |||
| @@ -5078,7 +5078,7 @@ supports image conversion, rotation, and slideshows.") | |||
| 5078 | (synopsis "Extensions for the Eye of GNOME image viewer") | 5078 | (synopsis "Extensions for the Eye of GNOME image viewer") |
| 5079 | (native-inputs | 5079 | (native-inputs |
| 5080 | `(("pkg-config" ,pkg-config) | 5080 | `(("pkg-config" ,pkg-config) |
| 5081 | ("gettext" ,gnu-gettext))) | 5081 | ("gettext" ,gettext-minimal))) |
| 5082 | (inputs | 5082 | (inputs |
| 5083 | `(("eog" ,eog) | 5083 | `(("eog" ,eog) |
| 5084 | ("glib" ,glib) | 5084 | ("glib" ,glib) |
| @@ -9175,7 +9175,7 @@ configurable file renaming. ") | |||
| 9175 | ("libxscrnsaver" ,libxscrnsaver))) | 9175 | ("libxscrnsaver" ,libxscrnsaver))) |
| 9176 | (native-inputs `(("boost" ,boost) | 9176 | (native-inputs `(("boost" ,boost) |
| 9177 | ("pkg-config" ,pkg-config) | 9177 | ("pkg-config" ,pkg-config) |
| 9178 | ("gettext" ,gnu-gettext) | 9178 | ("gettext" ,gettext-minimal) |
| 9179 | ("autoconf" ,autoconf) | 9179 | ("autoconf" ,autoconf) |
| 9180 | ("autoconf-archive" , autoconf-archive) | 9180 | ("autoconf-archive" , autoconf-archive) |
| 9181 | ("automake" ,automake) | 9181 | ("automake" ,automake) |
| @@ -9872,7 +9872,7 @@ join_paths\\('build-aux', 'post_install.py'\\)\\)") | |||
| 9872 | `(("appstream-glib" ,appstream-glib) | 9872 | `(("appstream-glib" ,appstream-glib) |
| 9873 | ("cmake-minimal" ,cmake-minimal) | 9873 | ("cmake-minimal" ,cmake-minimal) |
| 9874 | ("desktop-file-utils" ,desktop-file-utils) | 9874 | ("desktop-file-utils" ,desktop-file-utils) |
| 9875 | ("gettext" ,gnu-gettext) | 9875 | ("gettext" ,gettext-minimal) |
| 9876 | ("glib:bin" ,glib "bin") | 9876 | ("glib:bin" ,glib "bin") |
| 9877 | ("gobject-introspection" ,gobject-introspection) | 9877 | ("gobject-introspection" ,gobject-introspection) |
| 9878 | ("itstool" ,itstool) | 9878 | ("itstool" ,itstool) |
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 62ebb8294f0..a86a3f77ef9 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm | |||
| @@ -2539,7 +2539,7 @@ list of components. This module takes care of that for you.") | |||
| 2539 | (setenv "DISPLAY" ":1") | 2539 | (setenv "DISPLAY" ":1") |
| 2540 | #t))))) | 2540 | #t))))) |
| 2541 | (native-inputs | 2541 | (native-inputs |
| 2542 | `(("gettext" ,gnu-gettext) | 2542 | `(("gettext" ,gettext-minimal) |
| 2543 | ("glib:bin" ,glib "bin") ; for glib-compile-resources | 2543 | ("glib:bin" ,glib "bin") ; for glib-compile-resources |
| 2544 | ("libtool" ,libtool) | 2544 | ("libtool" ,libtool) |
| 2545 | ("pkg-config" ,pkg-config) | 2545 | ("pkg-config" ,pkg-config) |
| @@ -2616,7 +2616,7 @@ more expressive and flexible than the traditional @code{format} procedure.") | |||
| 2616 | ("automake" ,automake) | 2616 | ("automake" ,automake) |
| 2617 | ("bzip2" ,bzip2) | 2617 | ("bzip2" ,bzip2) |
| 2618 | ("guile" ,guile-2.2) | 2618 | ("guile" ,guile-2.2) |
| 2619 | ("gettext" ,gnu-gettext) | 2619 | ("gettext" ,gettext-minimal) |
| 2620 | ("libtool" ,libtool) | 2620 | ("libtool" ,libtool) |
| 2621 | ("perl" ,perl) | 2621 | ("perl" ,perl) |
| 2622 | ("pkg-config" ,pkg-config) | 2622 | ("pkg-config" ,pkg-config) |
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 99fa1e05e6c..861c6cd8e74 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm | |||
| @@ -1599,7 +1599,7 @@ medical image data, e.g. magnetic resonance image (MRI) and functional MRI | |||
| 1599 | (build-system scons-build-system) | 1599 | (build-system scons-build-system) |
| 1600 | (native-inputs | 1600 | (native-inputs |
| 1601 | `(("boost" ,boost) | 1601 | `(("boost" ,boost) |
| 1602 | ("gettext" ,gnu-gettext) | 1602 | ("gettext" ,gettext-minimal) |
| 1603 | ("pkg-config" ,pkg-config))) | 1603 | ("pkg-config" ,pkg-config))) |
| 1604 | (inputs | 1604 | (inputs |
| 1605 | `(("expat" ,expat) | 1605 | `(("expat" ,expat) |
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 4be91722a64..7bab701a686 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm | |||
| @@ -2036,7 +2036,7 @@ messaging that aren’t available to clients that connect over XMPP.") | |||
| 2036 | ("libgcrypt" ,libgcrypt) | 2036 | ("libgcrypt" ,libgcrypt) |
| 2037 | ("libwebp" ,libwebp) | 2037 | ("libwebp" ,libwebp) |
| 2038 | ("glib" ,glib) | 2038 | ("glib" ,glib) |
| 2039 | ("gettext" ,gnu-gettext) | 2039 | ("gettext" ,gettext-minimal) |
| 2040 | ("gtk+" ,gtk+-2) | 2040 | ("gtk+" ,gtk+-2) |
| 2041 | ("zlib" ,zlib))) | 2041 | ("zlib" ,zlib))) |
| 2042 | (arguments | 2042 | (arguments |
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 5f9060f54ed..7d0cfe8665d 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm | |||
| @@ -4666,7 +4666,7 @@ discard bad quality ones. | |||
| 4666 | ("qtmultimedia" ,qtmultimedia) | 4666 | ("qtmultimedia" ,qtmultimedia) |
| 4667 | ("qtsvg" ,qtsvg))) | 4667 | ("qtsvg" ,qtsvg))) |
| 4668 | (native-inputs | 4668 | (native-inputs |
| 4669 | `(("gettext" ,gnu-gettext) | 4669 | `(("gettext" ,gettext-minimal) |
| 4670 | ("hicolor-icon-theme" ,hicolor-icon-theme) | 4670 | ("hicolor-icon-theme" ,hicolor-icon-theme) |
| 4671 | ("itstool" ,itstool) | 4671 | ("itstool" ,itstool) |
| 4672 | ("qttools" ,qttools))) | 4672 | ("qttools" ,qttools))) |
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm index 07a44e9089f..77afc8f749a 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm | |||
| @@ -1065,7 +1065,7 @@ the boot loader configuration.") | |||
| 1065 | (assoc-ref %build-inputs "bubblewrap") | 1065 | (assoc-ref %build-inputs "bubblewrap") |
| 1066 | "/bin/bwrap")))) | 1066 | "/bin/bwrap")))) |
| 1067 | (native-inputs `(("bison" ,bison) | 1067 | (native-inputs `(("bison" ,bison) |
| 1068 | ("gettext" ,gnu-gettext) | 1068 | ("gettext" ,gettext-minimal) |
| 1069 | ("glib:bin" ,glib "bin") ; for glib-mkenums + gdbus-codegen | 1069 | ("glib:bin" ,glib "bin") ; for glib-mkenums + gdbus-codegen |
| 1070 | ("gobject-introspection" ,gobject-introspection) | 1070 | ("gobject-introspection" ,gobject-introspection) |
| 1071 | ("libcap" ,libcap) | 1071 | ("libcap" ,libcap) |
diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm index e01ebe72ec3..0c46a62bf76 100644 --- a/gnu/packages/patchutils.scm +++ b/gnu/packages/patchutils.scm | |||
| @@ -111,7 +111,7 @@ listing the files modified by a patch.") | |||
| 111 | (base32 "01vfvk4pqigahx82fhaaffg921ivd3k7rylz1yfvy4zbdyd32jri")))) | 111 | (base32 "01vfvk4pqigahx82fhaaffg921ivd3k7rylz1yfvy4zbdyd32jri")))) |
| 112 | (build-system gnu-build-system) | 112 | (build-system gnu-build-system) |
| 113 | (native-inputs | 113 | (native-inputs |
| 114 | `(("gettext" ,gnu-gettext))) | 114 | `(("gettext" ,gettext-minimal))) |
| 115 | (inputs `(("perl" ,perl) | 115 | (inputs `(("perl" ,perl) |
| 116 | ("less" ,less) | 116 | ("less" ,less) |
| 117 | ("file" ,file) | 117 | ("file" ,file) |
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm index 7cb67dcbe64..9f24b529068 100644 --- a/gnu/packages/photo.scm +++ b/gnu/packages/photo.scm | |||
| @@ -536,7 +536,7 @@ and enhance them.") | |||
| 536 | "1l925qslp98gg7yzmgps10h6dq0nb60wbfk345anlxsv0g2ifizr")))) | 536 | "1l925qslp98gg7yzmgps10h6dq0nb60wbfk345anlxsv0g2ifizr")))) |
| 537 | (build-system cmake-build-system) | 537 | (build-system cmake-build-system) |
| 538 | (native-inputs | 538 | (native-inputs |
| 539 | `(("gettext" ,gnu-gettext) | 539 | `(("gettext" ,gettext-minimal) |
| 540 | ("pkg-config" ,pkg-config))) | 540 | ("pkg-config" ,pkg-config))) |
| 541 | (inputs | 541 | (inputs |
| 542 | `(("boost" ,boost) | 542 | `(("boost" ,boost) |
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index 800aa0505e7..c5cbb758daa 100644 --- a/gnu/packages/security-token.scm +++ b/gnu/packages/security-token.scm | |||
| @@ -117,7 +117,7 @@ readers and is needed to communicate with such devices through the | |||
| 117 | (native-inputs | 117 | (native-inputs |
| 118 | `(("autoconf" ,autoconf) | 118 | `(("autoconf" ,autoconf) |
| 119 | ("automake" ,automake) | 119 | ("automake" ,automake) |
| 120 | ("gettext" ,gnu-gettext) | 120 | ("gettext" ,gettext-minimal) |
| 121 | ("libtool" ,libtool) | 121 | ("libtool" ,libtool) |
| 122 | ("pkg-config" ,pkg-config) | 122 | ("pkg-config" ,pkg-config) |
| 123 | ("perl" ,perl))) | 123 | ("perl" ,perl))) |
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm index 96909b00b68..f64cdd3fb25 100644 --- a/gnu/packages/telephony.scm +++ b/gnu/packages/telephony.scm | |||
| @@ -969,7 +969,7 @@ This package provides a library common to all Jami clients.") | |||
| 969 | ("libnotify" ,libnotify) | 969 | ("libnotify" ,libnotify) |
| 970 | ("clutter" ,clutter) | 970 | ("clutter" ,clutter) |
| 971 | ("clutter-gtk" ,clutter-gtk) | 971 | ("clutter-gtk" ,clutter-gtk) |
| 972 | ("gettext" ,gnu-gettext) | 972 | ("gettext" ,gettext-minimal) |
| 973 | ("libcanberra" ,libcanberra) | 973 | ("libcanberra" ,libcanberra) |
| 974 | ("webkitgtk" ,webkitgtk) | 974 | ("webkitgtk" ,webkitgtk) |
| 975 | ;; TODO: We must wrap ring-client-gnome to force using the | 975 | ;; TODO: We must wrap ring-client-gnome to force using the |
diff --git a/gnu/packages/texinfo.scm b/gnu/packages/texinfo.scm index 6f0aeac5346..24ad1d3b4f1 100644 --- a/gnu/packages/texinfo.scm +++ b/gnu/packages/texinfo.scm | |||
| @@ -224,7 +224,7 @@ Texi2HTML.") | |||
| 224 | (native-inputs | 224 | (native-inputs |
| 225 | `(("autoconf" ,autoconf) | 225 | `(("autoconf" ,autoconf) |
| 226 | ("automake" ,automake) | 226 | ("automake" ,automake) |
| 227 | ("gettext" ,gnu-gettext) | 227 | ("gettext" ,gettext-minimal) |
| 228 | ("libtool" ,libtool) | 228 | ("libtool" ,libtool) |
| 229 | ("texinfo" ,texinfo))) | 229 | ("texinfo" ,texinfo))) |
| 230 | (home-page "https://github.com/baszoetekouw/pinfo") | 230 | (home-page "https://github.com/baszoetekouw/pinfo") |
diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm index d3b4e5cc33d..6a2c219aac9 100644 --- a/gnu/packages/vulkan.scm +++ b/gnu/packages/vulkan.scm | |||
| @@ -345,7 +345,7 @@ shader compilation.") | |||
| 345 | (native-inputs | 345 | (native-inputs |
| 346 | `(("autoconf" ,autoconf) | 346 | `(("autoconf" ,autoconf) |
| 347 | ("automake" ,automake) | 347 | ("automake" ,automake) |
| 348 | ("gettext" ,gnu-gettext) | 348 | ("gettext" ,gettext-minimal) |
| 349 | ("libtool" ,libtool) | 349 | ("libtool" ,libtool) |
| 350 | ("pkg-config" ,pkg-config))) | 350 | ("pkg-config" ,pkg-config))) |
| 351 | (inputs | 351 | (inputs |
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index ef132d13d3d..02bad3cd4ce 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm | |||
| @@ -6115,7 +6115,7 @@ file links.") | |||
| 6115 | `(#:configure-flags (list "--with-ssl=openssl") | 6115 | `(#:configure-flags (list "--with-ssl=openssl") |
| 6116 | #:tests? #f)) ;No tests included | 6116 | #:tests? #f)) ;No tests included |
| 6117 | (native-inputs | 6117 | (native-inputs |
| 6118 | `(("gettext" ,gnu-gettext) | 6118 | `(("gettext" ,gettext-minimal) |
| 6119 | ("pkg-config" ,pkg-config) | 6119 | ("pkg-config" ,pkg-config) |
| 6120 | ("intltool" ,intltool))) | 6120 | ("intltool" ,intltool))) |
| 6121 | (inputs | 6121 | (inputs |
