1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02:00

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
This commit is contained in:
Florian Pelz
2025-02-13 17:57:12 +01:00
parent 8e5094497c
commit db172d1f64

View File

@@ -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))