[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/15: gnu: atk: Propagate input glib.
From: |
??? |
Subject: |
11/15: gnu: atk: Propagate input glib. |
Date: |
Wed, 08 Apr 2015 08:05:00 +0000 |
iyzsong pushed a commit to branch core-updates
in repository guix.
commit 13a9e2919097f85bd12f0470f79cbea63dafc819
Author: 宋文武 <address@hidden>
Date: Wed Apr 8 11:11:50 2015 +0800
gnu: atk: Propagate input glib.
* gnu/packages/gtk.scm (atk): Move glib to 'propagated-inputs'.
---
gnu/packages/gtk.scm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 52795ed..e45d200 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -68,7 +68,7 @@
(list (string-append "--with-html-dir="
(assoc-ref %outputs "doc")
"/share/gtk-doc/html"))))
- (inputs `(("glib" ,glib)))
+ (propagated-inputs `(("glib" ,glib))) ; required by atk.pc
(native-inputs
`(("pkg-config" ,pkg-config)
("glib" ,glib "bin") ; glib-mkenums, etc.
- branch core-updates updated (4ae7559 -> cf3e3e3), ???, 2015/04/08
- 02/15: gnu: gtk+-2: Add more inputs., ???, 2015/04/08
- 01/15: gnu: gtk+-2: Update to 2.24.27., ???, 2015/04/08
- 03/15: gnu: gtk+-2: Move html documentation to 'doc' output., ???, 2015/04/08
- 05/15: gnu: at-spi2-core: Enable tests., ???, 2015/04/08
- 04/15: gnu: at-spi2-core: Update to 2.16.0., ???, 2015/04/08
- 06/15: gnu: at-spi2-core: Propagate inputs dbus and glib., ???, 2015/04/08
- 10/15: gnu: at-spi2-atk: Update to 2.16.0., ???, 2015/04/08
- 09/15: gnu: atk: Move html documentation to 'doc' output., ???, 2015/04/08
- 07/15: gnu: at-spi2-core: Enable GObject introspection., ???, 2015/04/08
- 11/15: gnu: atk: Propagate input glib.,
??? <=
- 13/15: gnu: at-spi2-atk: Propagate input at-spi2-core., ???, 2015/04/08
- 08/15: gnu: atk: Update to 2.16.0., ???, 2015/04/08
- 12/15: gnu: at-spi2-atk: Enable tests., ???, 2015/04/08
- 14/15: gnu: at-spi2-core: Move html documentation to 'doc' output., ???, 2015/04/08
- 15/15: Merge branch 'master' into core-updates, ???, 2015/04/08