diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-04 12:59:32 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-13 00:20:38 -0400 |
commit | 579facddec29ec47c0b1bd9c0489fcecdc758f4c (patch) | |
tree | 5dde4c3ebbc8361af0857b63a0ed34ed318b8231 /gnu | |
parent | 306edc9527e5df8389ffbb218e83780e91651629 (diff) |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gtk.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 31ffba0f58..58ae7bf766 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -1293,7 +1293,6 @@ application suites.") libcloudproviders ;for cloud-providers support libjpeg-turbo libpng - librsvg libtiff python rest @@ -1302,7 +1301,7 @@ application suites.") ;; Following dependencies are referenced in .pc files. (list cairo fontconfig - librsvg + librsvg-bootstrap glib graphene libepoxy |