[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/14: gnu: libcmis: Propagate inputs.
From: |
Andreas Enge |
Subject: |
04/14: gnu: libcmis: Propagate inputs. |
Date: |
Sat, 16 May 2015 20:21:26 +0000 |
andreas pushed a commit to branch master
in repository guix.
commit f678913cfe017da303a4f0ba04897b82f85010bd
Author: Andreas Enge <address@hidden>
Date: Sat May 16 21:37:20 2015 +0200
gnu: libcmis: Propagate inputs.
* gnu/packages/libreoffice.scm (libcmis): Move curl and libxml2 from
'inputs' to 'propagated-inputs'.
---
gnu/packages/libreoffice.scm | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index dc0a365..23b1e24 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -223,11 +223,12 @@ working with graphics in the WPG (WordPerfect Graphics)
format.")
(native-inputs
`(("cppunit" ,cppunit)
("pkg-config" ,pkg-config)))
+ (propagated-inputs ; in Requires field of .pkg
+ `(("curl" ,curl)
+ ("libxml2" ,libxml2)))
(inputs
`(("boost" ,boost)
- ("curl" ,curl)
("cyrus-sasl" ,cyrus-sasl)
- ("libxml2" ,libxml2)
("openssl" ,openssl)))
(arguments
`(#:configure-flags
- 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 <=
- 02/14: gnu: libe-book: Propagate inputs., Andreas Enge, 2015/05/16
- 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