summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-08-15 02:19:50 +0300
committerEfraim Flashner <efraim@flashner.co.il>2023-08-15 05:45:48 +0300
commit642ae73ec0c38ee4758ad9d39f16232c8945c6b6 (patch)
tree3eb4f906567dbc16338dbdd6515a99a4c162633c /gnu/packages/gnome.scm
parent1df0b636e14a947eceeea27edc7b26558522b17a (diff)
gnu: glabels: Build with librsvg-for-system.
* gnu/packages/gnome.scm (glabels)[inputs]: Replace librsvg with librsvg-for-system.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c32c044c66..69e870adf8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12467,7 +12467,7 @@ to.")
("itstool" ,itstool)
("pkg-config" ,pkg-config)))
(inputs
- (list gtk+ librsvg libxml2))
+ (list gtk+ (librsvg-for-system) libxml2))
(arguments
`(#:configure-flags '("CFLAGS=-fcommon")))
(home-page "https://glabels.org/")