1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

gnu: poppler: Fix cross-compiling.

* gnu/packages/pdf.scm (poppler)[native-inputs]: When cross-compiling
add pkg-config-for-build.
This commit is contained in:
Efraim Flashner
2023-10-15 13:06:03 +03:00
parent cee779c800
commit dc2cfc9bea

View File

@@ -341,10 +341,14 @@ please install the @code{flyer-composer-gui} package.")))
;; different solution to the circular dependency mentioned above.
(list glib))
(native-inputs
(append
(list pkg-config
`(,glib "bin") ; glib-mkenums, etc.
gobject-introspection
python))
python)
(if (%current-target-system)
(list pkg-config-for-build)
'())))
(arguments
(list
;; The Poppler test suite needs to be downloaded separately and contains