[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/14: gnu: libe-book: Propagate inputs.
From: |
Andreas Enge |
Subject: |
02/14: gnu: libe-book: Propagate inputs. |
Date: |
Sat, 16 May 2015 20:21:26 +0000 |
andreas pushed a commit to branch master
in repository guix.
commit 933c390ca7ab50d28a29c8e92dc81988af7a84d1
Author: Andreas Enge <address@hidden>
Date: Sat May 16 21:31:12 2015 +0200
gnu: libe-book: Propagate inputs.
* gnu/packages/libreoffice.scm (libe-book): Move icu4c, librevenge and
libxml2 from 'inputs' to 'propagated-inputs'.
---
gnu/packages/libreoffice.scm | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index e285e5f..fc0ca83 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -163,10 +163,12 @@ into other word processors.")
`(("cppunit" ,cppunit)
("gperf" ,gperf)
("pkg-config" ,pkg-config)))
- (inputs `(("boost" ,boost)
- ("icu4c" ,icu4c)
- ("librevenge" ,librevenge)
- ("libxml2" ,libxml2)))
+ (propagated-inputs ; in Requires or Requires.private field of .pkg
+ `(("icu4c" ,icu4c)
+ ("librevenge" ,librevenge)
+ ("libxml2" ,libxml2)))
+ (inputs
+ `(("boost" ,boost)))
(arguments
;; avoid triggering configure errors by simple inclusion of boost headers
`(#:configure-flags '("--disable-werror")))
- branch master updated (6457228 -> baa941e), Andreas Enge, 2015/05/16
- 01/14: gnu: libwpd: Propagate input., Andreas Enge, 2015/05/16
- 04/14: gnu: libcmis: Propagate inputs., Andreas Enge, 2015/05/16
- 02/14: gnu: libe-book: Propagate inputs.,
Andreas Enge <=
- 05/14: gnu: libabw: Propagate inputs., Andreas Enge, 2015/05/16
- 06/14: gnu: libcdr: Propagate inputs., Andreas Enge, 2015/05/16
- 03/14: gnu: libwpg: Propagate input., Andreas Enge, 2015/05/16
- 07/14: gnu: libetonyek: Propagate inputs., Andreas Enge, 2015/05/16
- 09/14: gnu: libmspub: Propagate inputs., Andreas Enge, 2015/05/16
- 12/14: gnu: libodfgen: Propagate input., Andreas Enge, 2015/05/16
- 10/14: gnu: libpagemaker: Propagate input., Andreas Enge, 2015/05/16
- 11/14: gnu: libvisio: Propagate inputs., Andreas Enge, 2015/05/16
- 08/14: gnu: libfreehand: Propagate inputs., Andreas Enge, 2015/05/16
- 14/14: gnu: libwps: Propagate input., Andreas Enge, 2015/05/16