summaryrefslogtreecommitdiff
path: root/gnu/packages/xfce.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-11-26 23:21:45 +0100
committerLudovic Courtès <ludo@gnu.org>2021-11-26 23:21:45 +0100
commitd508c5baab16f99818e6514351ed0ab7ad9e8116 (patch)
tree4eaf809e9cf9e1c84cec808efbb5e8a638f627dc /gnu/packages/xfce.scm
parent7668f7c6f3772882aeab80e2fb8ac0d96938433c (diff)
downloadguix-patches-d508c5baab16f99818e6514351ed0ab7ad9e8116.tar
guix-patches-d508c5baab16f99818e6514351ed0ab7ad9e8116.tar.gz
gnu: ristretto: Remove unused librsvg dependency.
* gnu/packages/xfce.scm (ristretto)[inputs]: Remove LIBRSVG.
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r--gnu/packages/xfce.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index dc710a176e..06f3e3aabc 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1094,7 +1094,6 @@ inhibit interface which allows applications to prevent automatic sleep.")
`(("gtk+" ,gtk+)
("libexif" ,libexif)
("libxfce4ui" ,libxfce4ui)
- ("librsvg" ,librsvg)
("tumbler" ,tumbler)))
(home-page "https://docs.xfce.org/apps/ristretto/start")
(synopsis "Fast and lightweight picture-viewer")