guix-commits
[Top][All Lists]
Advanced

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

21/83: gnu: cairo: Change build-system.


From: guix-commits
Subject: 21/83: gnu: cairo: Change build-system.
Date: Fri, 26 Mar 2021 17:18:28 -0400 (EDT)

lle_bout pushed a commit to branch core-updates
in repository guix.

commit c8a12483574956d26d2ffd26ed92c16673086083
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 d9adfe2..27c132a 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -133,7 +133,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]