From dc2cfc9bea6f79095fdf363362823c0eabb95022 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 15 Oct 2023 13:06:03 +0300 Subject: [PATCH] gnu: poppler: Fix cross-compiling. * gnu/packages/pdf.scm (poppler)[native-inputs]: When cross-compiling add pkg-config-for-build. --- gnu/packages/pdf.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index d561f73dbd..378655a70f 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -341,10 +341,14 @@ (define-public poppler ;; 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