gnu: cairo: Add support for XML.
authorAlexandros Theodotou <alex@zrythm.org>
Sun, 2 Feb 2020 16:26:44 +0000 (16:26 +0000)
committerMarius Bakke <mbakke@fastmail.com>
Fri, 14 Feb 2020 18:16:33 +0000 (19:16 +0100)
* gnu/packages/gtk.scm (cairo)[arguments]: Add enable-xml flag.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu/packages/gtk.scm

index bc396a2..e5064a7 100644 (file)
@@ -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