~ruther/guix-local

239c853c43fb3c6d3fa3bb9e38aafd8e800a1cdb — Andreas Enge 11 years ago 933c390
gnu: libwpg: Propagate input.

* gnu/packages/libreoffice.scm (libwpg): Move libwpg 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
@@ 197,9 197,10 @@ ZVR (simple compressed text format).")
    (native-inputs
     `(("doxygen" ,doxygen)
       ("pkg-config" ,pkg-config)))
    (propagated-inputs
     `(("libwpd" ,libwpd))) ; in Requires field of .pkg
    (inputs
     `(("libwpd" ,libwpd)
       ("perl" ,perl)
     `(("perl" ,perl)
       ("zlib" ,zlib)))
    (home-page "http://libwpg.sourceforge.net/")
    (synopsis "Library and tools for the WordPerfect Graphics format")