3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

View file

@ -12011,9 +12011,10 @@ your data.")
`(("gtksourceview" ,gtksourceview))) ; required for source view `(("gtksourceview" ,gtksourceview))) ; required for source view
(arguments (arguments
`(#:build-type "release" `(#:build-type "release"
#:glib-or-gtk? #t
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'unpack 'skip-gtk-update-icon-cache (add-after 'unpack 'skip-gtk-update-icon-cache
(lambda _ (lambda _
(substitute* "build-aux/meson/meson_post_install.py" (substitute* "build-aux/meson/meson_post_install.py"
(("gtk-update-icon-cache") (which "true"))) (("gtk-update-icon-cache") (which "true")))