diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-08-18 19:01:49 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-08-18 22:47:52 +0300 |
commit | cc07acea3f6ec0c3479ee68845f29a20bec6843d (patch) | |
tree | 3b4a5c8fc7cc19aaaad5fb7dc1ac56c867fd58fd /gnu/packages/gnome.scm | |
parent | 43501bc00beef80fd295030231b7ebcc9b96d182 (diff) | |
download | guix-cc07acea3f6ec0c3479ee68845f29a20bec6843d.tar.gz |
gnu: gtg: Build with librsvg-for-system.
* gnu/packages/gnome.scm (gtg)[inputs]: Replace librsvg with librsvg-for-system.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 4fdb4e5ece..05397585c8 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2806,7 +2806,7 @@ and how they are displayed (View).") python)) (inputs (list bash-minimal - librsvg + (librsvg-for-system) gsettings-desktop-schemas gtk+ pango |