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
No known key found for this signature in database
GPG key ID: 300888CB39C63817

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