guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: gobject-introspection: Restore a comment.


From: guix-commits
Subject: 02/04: gnu: gobject-introspection: Restore a comment.
Date: Tue, 15 Dec 2020 13:16:19 -0500 (EST)

mhw pushed a commit to branch master
in repository guix.

commit 359f841c5d8417f0167dd985259d0f746b16ce3e
Author: Mark H Weaver <mhw@netris.org>
AuthorDate: Tue Dec 8 21:26:31 2020 -0500

    gnu: gobject-introspection: Restore a comment.
    
    * gnu/packages/glib.scm (gobject-introspection)[propagated-inputs]: Restore 
a
    comment deleted in commit c3264f9e100ad6aefe5216002b68f3bfdcf6be95.
---
 gnu/packages/glib.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index ce132f8..431111f 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -463,7 +463,9 @@ dynamic loading, and an object system.")
        ("python" ,python-wrapper)
        ("zlib" ,zlib)))
     (propagated-inputs
-     `(("libffi" ,libffi)))
+     `(;; In practice, GIR users will need libffi when using
+       ;; gobject-introspection.
+       ("libffi" ,libffi)))
     (native-search-paths
      (list
       (search-path-specification



reply via email to

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