diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-08-18 19:33:03 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-08-18 22:47:53 +0300 |
commit | 0d70012efb3d19cf9ba955b5df493f193af0ca7e (patch) | |
tree | ab53662ab93885c2bf11d48e55c8f9118f13f063 /gnu | |
parent | df66327818a35404bbc891a614366c7b65c1c83d (diff) | |
download | guix-0d70012efb3d19cf9ba955b5df493f193af0ca7e.tar.gz |
gnu: gnome-themes-extra: Build with librsvg-for-system.
* gnu/packages/gnome.scm (gnome-themes-extra)[inputs]: Replace librsvg with librsvg-for-system.
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 36239d8d10..4a2e867476 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -12157,7 +12157,7 @@ and a high score table.") `(("glib" ,glib) ("gtk+" ,gtk+) ("gtk+-2" ,gtk+-2) - ("librsvg" ,librsvg) + ("librsvg" ,(librsvg-for-system)) ("libxml2" ,libxml2))) (home-page "https://gitlab.gnome.org/GNOME/gnome-themes-extra") (synopsis "GNOME Extra Themes") |