gnu: libpagemaker: Rename duplicate 'native-inputs' field.

* gnu/packages/libreoffice.scm (libpagemaker): Rename duplicate
  'native-inputs' field to 'propagated-inputs'.

Corrects commit 86d648e.
master
Andreas Enge 2015-05-17 11:01:25 +02:00
parent 0390a52063
commit 493b6e28fb
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ Microsoft Publisher documents of all versions.")
(native-inputs (native-inputs
`(("doxygen" ,doxygen) `(("doxygen" ,doxygen)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(native-inputs ; in Requires field of .pkg (propagated-inputs ; in Requires field of .pkg
`(("librevenge" ,librevenge))) `(("librevenge" ,librevenge)))
(inputs (inputs
`(("boost" ,boost) `(("boost" ,boost)