gnu: libcmis: Propagate inputs.

* gnu/packages/libreoffice.scm (libcmis): Move curl and libxml2 from
  'inputs' to 'propagated-inputs'.
master
Andreas Enge 2015-05-16 21:37:20 +02:00
parent 239c853c43
commit f678913cfe
1 changed files with 3 additions and 2 deletions

View File

@ -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