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.
This commit is contained in:
宋文武 2016-03-16 16:36:11 +08:00 committed by Ludovic Courtès
parent 33f3b97c38
commit 867a62e0c7
1 changed files with 0 additions and 1 deletions

View File

@ -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)))