diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-08-15 01:22:24 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-08-15 05:45:47 +0300 |
commit | 43c13cd7906eef6661dd09ccf3e7acb398228387 (patch) | |
tree | 6c8e856495dddb2238149b7343445c7a8b0ef802 | |
parent | 565af70403283bf2bdfcd537480bf8185f0e3051 (diff) | |
download | guix-43c13cd7906eef6661dd09ccf3e7acb398228387.tar.gz guix-43c13cd7906eef6661dd09ccf3e7acb398228387.zip |
gnu: gnome-photos: Build with librsvg-for-system.
* gnu/packages/gnome.scm (gnome-photos)[inputs]: Replace librsvg with
librsvg-for-system.
-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 6dda1a70c3..f63048f30a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -870,7 +870,7 @@ tomorrow, the rest of the week and for special occasions.") libjpeg-turbo libportal libpng - librsvg + (librsvg-for-system) python-pygobject rest tracker |