libabw: fix cross build

This commit is contained in:
FliegendeWurst
2025-01-15 09:00:36 +01:00
parent d9e9853753
commit 4223750bce
+6 -4
View File
@@ -27,14 +27,16 @@ stdenv.mkDerivation rec {
sed -i 's,^CPPFLAGS.*,\0 -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED,' src/lib/Makefile.in
'';
nativeBuildInputs = [ pkg-config ];
buildInputs = [
boost
nativeBuildInputs = [
doxygen
gperf
perl
pkg-config
];
buildInputs = [
boost
librevenge
libxml2
perl
zlib
];