pelzflorian pushed a commit to branch master
in repository guix.

commit db172d1f64a514babc9a2e4fd11fe8fe248e306e
Author: Florian Pelz <pelzflor...@pelzflorian.de>
AuthorDate: Thu Feb 13 17:57:12 2025 +0100

    gnu: guile-cairo: Remove expat from inputs.
    
    expat is not needed by guile-cairo nor guile2.2-cairo.
    
    * gnu/packages/gtk.scm (guile-cairo)[inputs]: Remove expat.
    
    Change-Id: Ie8f2c35c52725326cc8f103c45125e4378d29793
---
 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 7ed7d7b7df..9c71bed311 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1468,7 +1468,7 @@ ranging from small one-off tools to complete application 
suites.")
                          (find-files module-dir "\\.scm$"))
                #t))))))
     (inputs
-     (list guile-lib expat guile-3.0))
+     (list guile-lib guile-3.0))
     (propagated-inputs
      ;; The .pc file refers to 'cairo'.
      (list cairo))

Reply via email to