iyzsong pushed a commit to branch gnome-updates
in repository guix.
commit bfce02dab381e42144414e829dfa8c59e6e5e96b
Author: 宋文武 <[email protected]>
Date: Wed Mar 16 16:36:11 2016 +0800
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 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 16a1a61..8ce7976 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -240,7 +240,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)))