From 642ae73ec0c38ee4758ad9d39f16232c8945c6b6 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 15 Aug 2023 02:19:50 +0300 Subject: [PATCH] gnu: glabels: Build with librsvg-for-system. * gnu/packages/gnome.scm (glabels)[inputs]: Replace librsvg with librsvg-for-system. --- gnu/packages/gnome.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ (define-public glabels ("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/")