[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: gobject-introspection: Remove cairo from inputs.
From: |
??? |
Subject: |
01/02: gnu: gobject-introspection: Remove cairo from inputs. |
Date: |
Wed, 16 Mar 2016 08:55:29 +0000 |
iyzsong pushed a commit to branch gtk-update
in repository guix.
commit 0ff3a2ab31605e31d7ea5187841fe516d732231d
Author: 宋文武 <address@hidden>
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 d5882bd..1d4b224 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)))