mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -05:00
gnu: gtk: Replace librsvg with librsvg-bootstrap.
This is to use the same version of librsvg as used by the 'gtk+' package and avoid propagation conflicts. * gnu/packages/gtk.scm (guile-cairo)[inputs]: Remove librsvg. [propagated-inputs]: Replace librsvg with librsvg-bootstrap.
This commit is contained in:
parent
306edc9527
commit
579facddec
1 changed files with 1 additions and 2 deletions
|
@ -1293,7 +1293,6 @@ (define-public gtk
|
||||||
libcloudproviders ;for cloud-providers support
|
libcloudproviders ;for cloud-providers support
|
||||||
libjpeg-turbo
|
libjpeg-turbo
|
||||||
libpng
|
libpng
|
||||||
librsvg
|
|
||||||
libtiff
|
libtiff
|
||||||
python
|
python
|
||||||
rest
|
rest
|
||||||
|
@ -1302,7 +1301,7 @@ (define-public gtk
|
||||||
;; Following dependencies are referenced in .pc files.
|
;; Following dependencies are referenced in .pc files.
|
||||||
(list cairo
|
(list cairo
|
||||||
fontconfig
|
fontconfig
|
||||||
librsvg
|
librsvg-bootstrap
|
||||||
glib
|
glib
|
||||||
graphene
|
graphene
|
||||||
libepoxy
|
libepoxy
|
||||||
|
|
Loading…
Reference in a new issue