guix-commits
[Top][All Lists]
Advanced

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

48/91: gnu: libgsf: Change build-system.


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

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

commit 5fec18113fbe60197a422a31be59564a7cbea4ac
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Mar 11 11:53:42 2021 -0500

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3cf4757..baa44ae 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3271,7 +3271,7 @@ XML/CSS rendering engine.")
               (sha256
                (base32
                 "0kbpp9ksl7977xiga37sk1gdw1r039v6zviqznl7alvvg39yp26i"))))
-    (build-system gnu-build-system)
+    (build-system glib-or-gtk-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))
     (native-inputs



reply via email to

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