~ruther/guix-local

7ef335b0e86458178ea1e8c5f843841e1d37f469 — Christopher Baines 9 years ago dbf9d37
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 <ludo@gnu.org>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +2 -2
@@ 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)))))