mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Use librsvg-bootstrap.
* gnu/packages/emacs.scm (emacs)[inputs]: Use librsvg-bootstrap. * gnu/pacakges/gtk.scm (gtk+-2, gtk+)[propagated-inputs]: Same.
This commit is contained in:
parent
801f1a7c29
commit
c89940a43a
2 changed files with 10 additions and 3 deletions
|
@ -862,7 +862,10 @@ is part of the GNOME accessibility project.")
|
|||
(outputs '("out" "bin" "doc" "debug"))
|
||||
(propagated-inputs
|
||||
(list atk cairo
|
||||
(librsvg-for-system) glib pango))
|
||||
(if (target-x86-64?)
|
||||
librsvg-bootstrap
|
||||
librsvg-2.40)
|
||||
glib pango))
|
||||
(inputs
|
||||
(list cups
|
||||
libx11
|
||||
|
@ -958,7 +961,9 @@ application suites.")
|
|||
fribidi
|
||||
fontconfig
|
||||
freetype
|
||||
(librsvg-for-system)
|
||||
(if (target-x86-64?)
|
||||
librsvg-bootstrap
|
||||
librsvg-2.40)
|
||||
glib
|
||||
libcloudproviders-minimal
|
||||
libepoxy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue