mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
8e5094497c
commit
db172d1f64
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue