guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: gtranslator: Fix running on non-gnome deskto


From: guix-commits
Subject: branch master updated: gnu: gtranslator: Fix running on non-gnome desktops.
Date: Sat, 24 Oct 2020 16:14:22 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6f588bb  gnu: gtranslator: Fix running on non-gnome desktops.
6f588bb is described below

commit 6f588bb16c45fca5cec0e7c8bfdefa22d5b94797
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Oct 24 23:11:56 2020 +0300

    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 c7f6526..b8a2c38 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")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]