Commit 4223750b authored by FliegendeWurst's avatar FliegendeWurst
Browse files

libabw: fix cross build

parent d9e98537
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -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
  ];