~ruther/guix-local

f678913cfe017da303a4f0ba04897b82f85010bd — Andreas Enge 11 years ago 239c853
gnu: libcmis: Propagate inputs.

* gnu/packages/libreoffice.scm (libcmis): Move curl and libxml2 from
  'inputs' to 'propagated-inputs'.
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/libreoffice.scm
M gnu/packages/libreoffice.scm => gnu/packages/libreoffice.scm +3 -2
@@ 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