gnu: libwpg: Propagate input.

* gnu/packages/libreoffice.scm (libwpg): Move libwpg from 'inputs' to
  'propagated-inputs'.
master
Andreas Enge 2015-05-16 21:34:14 +02:00
parent 933c390ca7
commit 239c853c43
1 changed files with 3 additions and 2 deletions

View File

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