mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libwpg: Propagate input.
* gnu/packages/libreoffice.scm (libwpg): Move libwpg from 'inputs' to 'propagated-inputs'.
This commit is contained in:
parent
933c390ca7
commit
239c853c43
1 changed files with 3 additions and 2 deletions
|
@ -197,9 +197,10 @@ (define-public libwpg
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue