guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 2/6] gnu: gtk+: enable introspection.


From: Ludovic Courtès
Subject: Re: [PATCH 2/6] gnu: gtk+: enable introspection.
Date: Sat, 30 Nov 2013 23:01:52 +0100
User-agent: Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux)

Cyril Roelandt <address@hidden> skribis:

> * gnu/packages/gtk.scm (atk, gdk-pixbuf, gtk+, pango): enable introspection

Looks good.  One question though:

[...]

>     (inputs `(("glib" ,glib)
> +             ("gobject-introspection" ,gobject-introspection)
> +             ("libffi" ,libffi)

[...]

> +    `(("gobject-introspection" ,gobject-introspection)
> +      ("libffi" ,libffi)
> +      ("pkg-config" ,pkg-config)

[...]

> +      ("gobject-introspection", gobject-introspection)
> +      ("libffi" ,libffi)

[...]

> +    `(("gobject-introspection" ,gobject-introspection)
> +      ("libffi" ,libffi)
> +      ("libxml2" ,libxml2)

Why is gobject-introspection always accompanied by libffi?  Should
libffi be a propagated input of gobject-introspection?

Thanks,
Ludo’.



reply via email to

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