Merge pull request #172514 from LeSuisse/pe-parse-fix-build

pe-parse: fix the build
main
Artturi 2 years ago committed by GitHub
commit a9fda5d8ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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