guix-commits
[Top][All Lists]
Advanced

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

23/125: gnu: cairo: Change build-system.


From: guix-commits
Subject: 23/125: gnu: cairo: Change build-system.
Date: Sat, 3 Jul 2021 21:17:17 -0400 (EDT)

raghavgururajan pushed a commit to branch wip-gnome
in repository guix.

commit ea69d0226e4f184c3118782f288cc4b3b65a3a1e
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Fri Dec 4 00:51:10 2020 -0500

    gnu: cairo: Change build-system.
    
    * gnu/packages/gtk.scm (cairo) [build-system]: Change from gnu to 
glib-or-gtk.
    
    Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
 gnu/packages/gtk.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 1828dea..94790ea 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -135,7 +135,7 @@ tools have full access to view and control running 
applications.")
                        version ".tar.xz"))
        (sha256
         (base32 "0c930mk5xr2bshbdljv005j3j8zr47gqmkry3q6qgvqky6rjjysy"))))
-    (build-system gnu-build-system)
+    (build-system glib-or-gtk-build-system)
     (arguments
      `(#:tests? #f ; see 
http://lists.gnu.org/archive/html/bug-guix/2013-06/msg00085.html
        #:configure-flags



reply via email to

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