pe-parse: fix the build

ZHF: #172160
main
Thomas Gerbet 2 years ago
parent b0c6c8c92b
commit 433f7fd233
  1. 3
      pkgs/development/libraries/pe-parse/default.nix

@ -13,6 +13,9 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
# See https://github.com/trailofbits/pe-parse/issues/169
NIX_CFLAGS_COMPILE = "-Wno-sign-conversion";
doInstallCheck = true;
installCheckPhase = ''
$out/bin/dump-pe ../tests/assets/example.exe

Loading…
Cancel
Save