[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
272/377: gnu: gobject-introspection: Propagate glib.
From: |
guix-commits |
Subject: |
272/377: gnu: gobject-introspection: Propagate glib. |
Date: |
Thu, 2 Sep 2021 17:55:54 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit e0fa7e0bd104d6403c3b60d4922c7bf11c9f8b47
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
- 255/377: gnu: glib: Update to 2.68.0., (continued)
- 255/377: gnu: glib: Update to 2.68.0., guix-commits, 2021/09/02
- 251/377: gnu: Add go-github-com-anaseto-gruid., guix-commits, 2021/09/02
- 266/377: gnu: glibmm-2.64: Update to 2.64.5., guix-commits, 2021/09/02
- 257/377: gnu: glib: Update synopsis, description and home-page., guix-commits, 2021/09/02
- 250/377: gnu: Add go-github-com-gdamore-tcell-v2., guix-commits, 2021/09/02
- 256/377: gnu: glib: Enable man pages., guix-commits, 2021/09/02
- 271/377: gnu: gtk-doc: Update synopsis, description, home-page and license., guix-commits, 2021/09/02
- 274/377: gnu: cairo: Change build-system., guix-commits, 2021/09/02
- 265/377: gnu: Add libsigc++-2., guix-commits, 2021/09/02
- 281/377: gnu: pango: Add missing arguments., guix-commits, 2021/09/02
- 272/377: gnu: gobject-introspection: Propagate glib.,
guix-commits <=
- 270/377: gnu: gtk-doc: Enable help., guix-commits, 2021/09/02
- 268/377: gnu: gtk-doc: Correct inputs., guix-commits, 2021/09/02
- 280/377: gnu: cairomm-1.13: Fix build., guix-commits, 2021/09/02
- 261/377: gnu: libsigc++: Update to 3.0.6., guix-commits, 2021/09/02
- 286/377: gnu: pangomm: Enable documentation., guix-commits, 2021/09/02
- 292/377: gnu: gdk-pixbuf: Update to 2.42.4., guix-commits, 2021/09/02
- 287/377: gnu: pangomm-2.42: Update to 2.42.2., guix-commits, 2021/09/02
- 295/377: gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf., guix-commits, 2021/09/02
- 288/377: gnu: gdk-pixbuf: Add missing arguments., guix-commits, 2021/09/02
- 293/377: gnu: gdk-pixbuf: Update synopsis, description, home-page and license., guix-commits, 2021/09/02