gnu: glabels: Build with librsvg-for-system.

* gnu/packages/gnome.scm (glabels)[inputs]: Replace librsvg with
librsvg-for-system.
This commit is contained in:
Efraim Flashner 2023-08-15 02:19:50 +03:00
parent 1df0b636e1
commit 642ae73ec0
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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/")