iyzsong pushed a commit to branch gnome-updates
in repository guix.
commit df32a5e60d7910040d1d65808f1a5bcd78e49a8b
Author: 宋文武 <[email protected]>
Date: Wed Apr 6 20:54:54 2016 +0800
gnu: glade: Use 'glib-or-gtk-build-system'.
* gnu/packages/gnome.scm (gladle)[build-system]: Switch to
GLIB-OR-GTK-BUILD-SYSTEM.
---
gnu/packages/gnome.scm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9884aad..3feab0c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -767,7 +767,7 @@ API add-ons to make GTK+ widgets OpenGL-capable.")
(sha256
(base32
"1zhqvhagy0m85p54jfiayfl0v9af7g0lj7glw8sfwh7cbp56vnc2"))))
- (build-system gnu-build-system)
+ (build-system glib-or-gtk-build-system)
(arguments
`(#:tests? #f ; needs X, GL, and software rendering
#:phases