guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

50/181: gnu: gtk: Replace librsvg with librsvg-bootstrap.


From: guix-commits
Subject: 50/181: gnu: gtk: Replace librsvg with librsvg-bootstrap.
Date: Tue, 13 Sep 2022 02:25:25 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 579facddec29ec47c0b1bd9c0489fcecdc758f4c
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Sep 4 12:59:32 2022 -0400

    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.
---
 gnu/packages/gtk.scm | 3 +--
 1 file changed, 1 insertion(+), 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]