mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: libabw: Propagate inputs.
* gnu/packages/libreoffice.scm (libabw): Move librevenge and libxml2 from 'inputs' to 'propagated-inputs'.
This commit is contained in:
parent
f678913cfe
commit
57080fea86
1 changed files with 4 additions and 3 deletions
|
@ -267,10 +267,11 @@ (define-public libabw
|
||||||
("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
|
||||||
`(("boost" ,boost)
|
`(("librevenge" ,librevenge)
|
||||||
("librevenge" ,librevenge)
|
|
||||||
("libxml2" ,libxml2)))
|
("libxml2" ,libxml2)))
|
||||||
|
(inputs
|
||||||
|
`(("boost" ,boost)))
|
||||||
(arguments
|
(arguments
|
||||||
;; avoid triggering configure errors by simple inclusion of boost headers
|
;; avoid triggering configure errors by simple inclusion of boost headers
|
||||||
`(#:configure-flags '("--disable-werror")))
|
`(#:configure-flags '("--disable-werror")))
|
||||||
|
|
Loading…
Reference in a new issue