diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-01-22 03:59:18 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-01-23 23:27:37 +0100 |
commit | d0308e68d6b26e95043415a3643adf15ae6725de (patch) | |
tree | 709a43c08f1ecd076bf1f76a914ef0825f0d2fc3 /gnu | |
parent | 44cedb87d60578ee279ba318778a98635bab4ccb (diff) |
gnu: gnome-settings-daemon: Build with correct librsvg.
* gnu/packages/gnome.scm (gnome-settings-daemon)[inputs]:
Replace librsvg with librsvg-for-system.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index fdfd9fc8ab..2fe1f4de39 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5627,7 +5627,7 @@ services for numerous locations.") cups gsettings-desktop-schemas libwacom - librsvg + (librsvg-for-system) xf86-input-wacom wayland network-manager |