diff options
author | Marius Bakke <marius@gnu.org> | 2022-09-01 19:15:26 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-01 22:22:51 +0200 |
commit | f22c65e019f8b8492a794993a9c5aa37743b9882 (patch) | |
tree | 058126babd75da1c0342a51a9e414a6cd08ae942 /gnu | |
parent | f5efb4271d28fe54ac68af9924711b6033f744e9 (diff) | |
download | guix-f22c65e019f8b8492a794993a9c5aa37743b9882.tar.gz guix-f22c65e019f8b8492a794993a9c5aa37743b9882.zip |
gnu: gtk-vnc: Remove obsolete input.
* gnu/packages/gnome.scm (gtk-vnc)[native-inputs]: Remove INTLTOOL. Add
GETTEXT-MINIMAL.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 9e8b68de33..cc9307470b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8879,9 +8879,9 @@ like switching to windows and launching applications.") (if (target-x86-64?) (list gjs) '()) - (list `(,glib "bin") + (list gettext-minimal + `(,glib "bin") gobject-introspection - intltool node perl pkg-config |