guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 21/124: gnu: cairo: Change build-system.
Date: Tue, 17 Aug 2021 22:45:02 -0400 (EDT)

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

commit e9a332b5f678a61590afcddf091a8886735e585b
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 74b519e..1c01c5f 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -136,7 +136,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]