Re: [PATCH 1/4] gnu: gnome-tweak-tool: Use glib-or-gtk-build-system

2017-01-06 Thread Ludovic Courtès
Hello!

I pushed all 4 patches with slightly adjusted commit logs (please take
a look :-)).

Thank you, and sorry for the delay!

Ludo’.



[PATCH 1/4] gnu: gnome-tweak-tool: Use glib-or-gtk-build-system

2016-12-30 Thread Christopher Baines
* gnu/packages/gnome.scm (gnome-tweak-tool): Switch from the gnu build
system to the glib-or-gtk build system, to fix missing gobject
introspection namespaces.
---
 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 91da7783a..5f13cdd0e 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)
-- 
2.11.0