~ruther/guix-local

4069e66fab2bc82f64a080a2ac4ade92da6bd9b2 — Nicolas Graves 10 months ago de4b858
gnu: libticables2: Replace gettext native-input.

gnu-gettext has an emacs-minimal dependency, and we'd better avoid
this dependency.

* gnu/packages/gnome.scm (libticables2)[native-inputs]: Replace
gnu-gettext by gettext-minimal.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/emulators.scm
M gnu/packages/emulators.scm => gnu/packages/emulators.scm +1 -1
@@ 2940,7 2940,7 @@ play them on systems for which they were never designed!")
    (native-inputs (list autoconf
                         autogen
                         automake
                         gnu-gettext
                         gettext-minimal
                         libtool
                         pkg-config))
    (inputs (list glib libusb))