guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 21/91: gnu: cairo: Change build-system.
Date: Mon, 19 Apr 2021 17:14:00 -0400 (EDT)

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

commit 4445c23b8e9806057e5425f9cb9c0b14ee5ec477
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 ff0c129..13373df 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]