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:
parent
33f3b97c38
commit
867a62e0c7
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue