diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-08-15 02:19:50 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-08-15 05:45:48 +0300 |
commit | 642ae73ec0c38ee4758ad9d39f16232c8945c6b6 (patch) | |
tree | 3eb4f906567dbc16338dbdd6515a99a4c162633c /gnu/packages/gnome.scm | |
parent | 1df0b636e14a947eceeea27edc7b26558522b17a (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.scm | 2 |
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/") |