mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 03:51:53 +02:00
gnu: libtifiles2: Replace gettext native-input.
gnu-gettext has an emacs-minimal dependency, and we'd better avoid this dependency. * gnu/packages/gnome.scm (libtifiles2)[native-inputs]: Replace gnu-gettext by gettext-minimal. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
committed by
Liliana Marie Prikler
parent
cef894e377
commit
127e61acc9
@@ -3013,7 +3013,7 @@ This is a part of the TiLP project.")
|
||||
#$version ".tar.bz2"))
|
||||
(chdir (string-append "libtifiles2-"
|
||||
#$version)))))))
|
||||
(native-inputs (list autoconf automake gnu-gettext libtool pkg-config))
|
||||
(native-inputs (list autoconf automake gettext-minimal libtool pkg-config))
|
||||
(inputs (list glib libarchive libticonv))
|
||||
(synopsis "File functions library for TI calculators")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user