libabw: fix cross build (#373958)

This commit is contained in:
Nikolay Korotkiy
2025-01-18 21:16:54 +04:00
committed by GitHub
+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
];