me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/gnome.scm (glabels)[inputs]: Replace librsvg with
librsvg-for-system.
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
1 changed files with 1 additions and 1 deletions

View File

@ -12467,7 +12467,7 @@ to.")
("itstool" ,itstool) ("itstool" ,itstool)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs
(list gtk+ librsvg libxml2)) (list gtk+ (librsvg-for-system) libxml2))
(arguments (arguments
`(#:configure-flags '("CFLAGS=-fcommon"))) `(#:configure-flags '("CFLAGS=-fcommon")))
(home-page "https://glabels.org/") (home-page "https://glabels.org/")