guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/13: gnu: gobject-introspection: Remove cairo from inputs.


From: ???
Subject: 09/13: gnu: gobject-introspection: Remove cairo from inputs.
Date: Thu, 24 Mar 2016 10:29:30 +0000

iyzsong pushed a commit to branch gtk-update
in repository guix.

commit 9284c709d4ddbe279e0d837c0207be52c1347189
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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]