guix-commits
[Top][All Lists]
Advanced

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

43/97: gnu: glade: Use 'glib-or-gtk-build-system'.


From: Ludovic Courtès
Subject: 43/97: gnu: glade: Use 'glib-or-gtk-build-system'.
Date: Wed, 13 Apr 2016 17:31:47 +0000

civodul pushed a commit to branch gnome-updates
in repository guix.

commit cd3df679fa8bd6b80e2d0eb5976a9df4f7749f79
Author: 宋文武 <address@hidden>
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 526a660..6de4b87 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -769,7 +769,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



reply via email to

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