From 6f588bb16c45fca5cec0e7c8bfdefa22d5b94797 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sat, 24 Oct 2020 23:11:56 +0300 Subject: [PATCH] gnu: gtranslator: Fix running on non-gnome desktops. * gnu/packages/gnome.scm (gtranslator)[arguments]: Build with glib-or-gtk support. --- gnu/packages/gnome.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index c7f65266d8..b8a2c38a5f 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -12011,9 +12011,10 @@ your data.") `(("gtksourceview" ,gtksourceview))) ; required for source view (arguments `(#:build-type "release" + #:glib-or-gtk? #t #:phases (modify-phases %standard-phases - (add-after 'unpack 'skip-gtk-update-icon-cache + (add-after 'unpack 'skip-gtk-update-icon-cache (lambda _ (substitute* "build-aux/meson/meson_post_install.py" (("gtk-update-icon-cache") (which "true")))