gnu: glabels: Build with librsvg-for-system.
* gnu/packages/gnome.scm (glabels)[inputs]: Replace librsvg with librsvg-for-system.
parent
1df0b636e1
commit
642ae73ec0
|
@ -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/")
|
||||
|
|
Reference in New Issue