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)
|
("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/")
|
||||||
|
|
Reference in New Issue