diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-11 21:22:50 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-12 00:22:28 +0200 |
commit | b4a7f8c917fa9a9f2513a49e00961fd11e09ca31 (patch) | |
tree | afdb6891d04d40917ff3b2f4ea39eb67873794d9 /gnu/packages/gtk.scm | |
parent | 32800e5eb654cd84d69bff056ed7e0285ec8c69f (diff) | |
download | guix-b4a7f8c917fa9a9f2513a49e00961fd11e09ca31.tar guix-b4a7f8c917fa9a9f2513a49e00961fd11e09ca31.tar.gz |
gnu: Remove librsvg-bootstrap.
librsvg is already a staging-level package, and the next version will no
longer bundle its dependencies, so we might as well drop it early.
* gnu/packages/gnome.scm (librsvg-bootstrap): Remove variable.
* gnu/packages/bittorrent.scm (deluge)[native-inputs]: Replace
LIBRSVG-BOOTSTRAP with LIBRSVG.
* gnu/packages/emacs.scm (emacs)[inputs]: Likewise.
* gnu/packages/gtk.scm (gtk+-2)[propagated-inputs]: Likewise.
* gnu/packages/gtk.scm (gtk+)[propagated-inputs]: Likewise.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r-- | gnu/packages/gtk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 18531ec5f7..c0ea89d406 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -872,7 +872,7 @@ is part of the GNOME accessibility project.") (propagated-inputs (list atk cairo (if (target-x86-64?) - librsvg-bootstrap + librsvg librsvg-2.40) glib pango)) (inputs @@ -971,7 +971,7 @@ application suites.") fontconfig freetype (if (target-x86-64?) - librsvg-bootstrap + librsvg librsvg-2.40) glib libcloudproviders-minimal |