[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/124: gnu: gobject-introspection: Propagate glib.
From: |
guix-commits |
Subject: |
19/124: gnu: gobject-introspection: Propagate glib. |
Date: |
Sun, 5 Sep 2021 10:41:56 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit d29b877805ecbb7511071865ad893c2fd0a59d1d
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Mar 11 09:59:44 2021 -0500
gnu: gobject-introspection: Propagate glib.
* gnu/packages/glib.scm (gobject-introspection) [inputs]: Move glib to ...
[propagated-inputs]: ... here.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 221435e..4659d13 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -418,11 +418,11 @@ functions for strings and common data structures.")
(inputs
`(("bison" ,bison)
("flex" ,flex)
- ("glib" ,glib)
("python" ,python-wrapper)
("zlib" ,zlib)))
(propagated-inputs
- `(;; In practice, GIR users will need libffi when using
+ `(("glib" ,glib)
+ ;; In practice, GIR users will need libffi when using
;; gobject-introspection.
("libffi" ,libffi)))
(native-search-paths
- 13/124: gnu: glibmm-2.64: Update to 2.64.5., (continued)
- 13/124: gnu: glibmm-2.64: Update to 2.64.5., guix-commits, 2021/09/05
- 14/124: gnu: gtk-doc: Change build-system., guix-commits, 2021/09/05
- 15/124: gnu: gtk-doc: Correct inputs., guix-commits, 2021/09/05
- 16/124: gnu: gtk-doc: Update to 1.32., guix-commits, 2021/09/05
- 20/124: gnu: cairo: Make some cosmetic changes., guix-commits, 2021/09/05
- 21/124: gnu: cairo: Change build-system., guix-commits, 2021/09/05
- 22/124: gnu: cairo: Move documentation to separate output., guix-commits, 2021/09/05
- 09/124: gnu: libsigc++: Enable documentation., guix-commits, 2021/09/05
- 17/124: gnu: gtk-doc: Enable help., guix-commits, 2021/09/05
- 18/124: gnu: gtk-doc: Update synopsis, description, home-page and license., guix-commits, 2021/09/05
- 19/124: gnu: gobject-introspection: Propagate glib.,
guix-commits <=
- 23/124: gnu: cairo: Enable some features., guix-commits, 2021/09/05
- 24/124: gnu: cairo: Update synopsis, description and license., guix-commits, 2021/09/05
- 25/124: gnu: cairomm: Update to 1.16.0., guix-commits, 2021/09/05
- 30/124: gnu: pango: Update to 1.48.3., guix-commits, 2021/09/05
- 35/124: gnu: gdk-pixbuf: Add missing arguments., guix-commits, 2021/09/05
- 36/124: gnu: gdk-pixbuf: Correct inputs., guix-commits, 2021/09/05
- 37/124: gnu: gdk-pixbuf: Enable jasper support., guix-commits, 2021/09/05
- 26/124: gnu: cairomm: Enable documentation., guix-commits, 2021/09/05
- 31/124: gnu: pango: Update synopsis, description and home-page., guix-commits, 2021/09/05
- 32/124: gnu: pangomm: Update to 2.48.0., guix-commits, 2021/09/05