From 867a62e0c7a0525c0862e9a90ecfea738246361b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= <iyzsong@gmail.com>
Date: Wed, 16 Mar 2016 16:36:11 +0800
Subject: [PATCH] gnu: gobject-introspection: Remove cairo from inputs.

It's only for testing and tests are disabled.  Remove it will allow
building poppler with gobject-introspection.

* gnu/packages/glib.scm (gobject-introspection)[inputs]: Remove cairo.
---
 gnu/packages/glib.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index e7e9df8dff..c3c0aedbac 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -237,7 +237,6 @@ dynamic loading, and an object system.")
     (build-system gnu-build-system)
     (inputs
      `(("bison" ,bison)
-       ("cairo" ,cairo)
        ("flex" ,flex)
        ("glib" ,glib)
        ("python-2" ,python-2)))