diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-03-16 16:36:11 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-16 11:42:33 +0200 |
commit | 867a62e0c7a0525c0862e9a90ecfea738246361b (patch) | |
tree | 5ed1c7dcf648665c017c661048dc06074dce4194 /gnu/packages/glib.scm | |
parent | 33f3b97c38f4f4320cdea8385093761aa08da471 (diff) | |
download | guix-867a62e0c7a0525c0862e9a90ecfea738246361b.tar guix-867a62e0c7a0525c0862e9a90ecfea738246361b.tar.gz |
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.
Diffstat (limited to 'gnu/packages/glib.scm')
-rw-r--r-- | 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 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))) |