From 359f841c5d8417f0167dd985259d0f746b16ce3e Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Tue, 8 Dec 2020 21:26:31 -0500 Subject: 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(-) (limited to 'gnu/packages/glib.scm') diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index ce132f8fcf..431111f811 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 -- cgit v1.2.3