guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: gnome-tweak-tool: Use glib-or-gtk-build-system.


From: Ludovic Courtès
Subject: 01/04: gnu: gnome-tweak-tool: Use glib-or-gtk-build-system.
Date: Fri, 6 Jan 2017 09:24:07 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 7ef335b0e86458178ea1e8c5f843841e1d37f469
Author: Christopher Baines <address@hidden>
Date:   Fri Dec 30 19:36:32 2016 +0000

    gnu: gnome-tweak-tool: Use glib-or-gtk-build-system.
    
    This allows gobject introspection namespaces to be found.
    
    * gnu/packages/gnome.scm (gnome-tweak-tool)[build-system]: Set to
    GLIB-OR-GTK-BUILD-SYSTEM.
    [arguments]: Use %GLIB-OR-GTK-BUILD-SYSTEM-MODULES in #:imported-modules.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/gnome.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8abad2b..a0238f9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5288,12 +5288,12 @@ existing databases over the internet.")
               (sha256
                (base32
                 "1fj6wjvnjygzm9br3sw9gya6d18yly1rm69yaiar9spfbkvv4wai"))))
-    (build-system gnu-build-system)
+    (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags '("--localstatedir=/tmp"
                            "--sysconfdir=/tmp")
        #:imported-modules ((guix build python-build-system)
-                           ,@%gnu-build-system-modules)
+                           ,@%glib-or-gtk-build-system-modules)
        #:phases (modify-phases %standard-phases
                   (add-after 'install 'wrap
                     (@@ (guix build python-build-system) wrap)))))



reply via email to

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