mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 23:18:33 +01:00
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
1 changed files with 0 additions and 1 deletions
|
@ -237,7 +237,6 @@ (define gobject-introspection
|
|||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("bison" ,bison)
|
||||
("cairo" ,cairo)
|
||||
("flex" ,flex)
|
||||
("glib" ,glib)
|
||||
("python-2" ,python-2)))
|
||||
|
|
Loading…
Reference in a new issue