libe-book: fix cross-compilation (#419393)

This commit is contained in:
7c6f434c
2025-06-25 19:03:37 +00:00
committed by GitHub
+5 -2
View File
@@ -28,10 +28,13 @@ stdenv.mkDerivation rec {
"TRUE, TRUE, &status)" \
"true, true, &status)"
'';
nativeBuildInputs = [ pkg-config ];
nativeBuildInputs = [
pkg-config
gperf
];
buildInputs = [
gperf
librevenge
libxml2
boost