gnu: gtranslator: Fix running on non-gnome desktops.

* gnu/packages/gnome.scm (gtranslator)[arguments]: Build with
glib-or-gtk support.
This commit is contained in:
Efraim Flashner 2020-10-24 23:11:56 +03:00
parent f786812066
commit 6f588bb16c
Signed by untrusted user: efraim
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -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")))