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: Sat, 16 Apr 2016 09:49:31 +0000

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

commit 2f52438403aa711e20d53b72a4ff5ee459d42bb0
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 2646d57..78398f6 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]