gnu: gobject-introspection: Restore a comment.
* gnu/packages/glib.scm (gobject-introspection)[propagated-inputs]: Restore a
comment deleted in commit c3264f9e10
.
master
parent
740c0f37f9
commit
359f841c5d
|
@ -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
|
||||
|
|
Reference in New Issue