diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-08-15 01:30:15 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-08-15 05:45:47 +0300 |
commit | 485245e7b0e3193547b61b400b8f1d4875f837cf (patch) | |
tree | d603940cf4efa0f2b2498f406ce9ae4986075a61 | |
parent | e60928c1f15d7a8132574f1a3716183ce4a782a2 (diff) | |
download | guix-485245e7b0e3193547b61b400b8f1d4875f837cf.tar guix-485245e7b0e3193547b61b400b8f1d4875f837cf.tar.gz |
gnu: gnome-control-center: Build with librsvg-for-system.
* gnu/packages/gnome.scm (gnome-control-center)[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 1a0e1cc379..13a3ced4db 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9108,7 +9108,7 @@ devices using the GNOME desktop.") libgtop libnma libpwquality - librsvg ;for loading SVG files + (librsvg-for-system) ;for loading SVG files libsecret libxml2 libwacom |