3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: libfreehand: Propagate inputs.

* gnu/packages/libreoffice.scm (libfreehand): Move librevenge and zlib
  from 'inputs' to 'propagated-inputs'.
This commit is contained in:
Andreas Enge 2015-05-16 21:59:46 +02:00
parent 480fe00270
commit c5b5800bb5

View file

@ -376,7 +376,7 @@ library primarily intended for language guessing.")
("gperf" ,gperf) ("gperf" ,gperf)
("perl" ,perl) ("perl" ,perl)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (propagated-inputs ; in Requires or Requires.private field of .pkg
`(("librevenge" ,librevenge) `(("librevenge" ,librevenge)
("zlib" ,zlib))) ("zlib" ,zlib)))
(home-page "https://wiki.documentfoundation.org/DLP/Libraries/libfreehand") (home-page "https://wiki.documentfoundation.org/DLP/Libraries/libfreehand")