gnu: cairo: Add support for XML.
* gnu/packages/gtk.scm (cairo)[arguments]: Add enable-xml flag. Signed-off-by: Marius Bakke <mbakke@fastmail.com>master
parent
7edafc884c
commit
bbd1e4e7ed
|
@ -147,6 +147,7 @@ tools have full access to view and control running applications.")
|
|||
(arguments
|
||||
`(#:tests? #f ; see http://lists.gnu.org/archive/html/bug-guix/2013-06/msg00085.html
|
||||
#:configure-flags '("--enable-tee" ;needed for GNU Icecat
|
||||
"--enable-xml" ;for cairo-xml support
|
||||
"--disable-static")))
|
||||
(synopsis "2D graphics library")
|
||||
(description
|
||||
|
|
Reference in New Issue