Loading pkgs/development/libraries/pe-parse/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,10 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ cmake ]; env.NIX_CFLAGS_COMPILE = toString (lib.optionals stdenv.cc.isClang [ "-Wno-error=deprecated-declarations" ]); doInstallCheck = true; installCheckPhase = '' $out/bin/dump-pe ../tests/assets/example.exe Loading Loading
pkgs/development/libraries/pe-parse/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,10 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ cmake ]; env.NIX_CFLAGS_COMPILE = toString (lib.optionals stdenv.cc.isClang [ "-Wno-error=deprecated-declarations" ]); doInstallCheck = true; installCheckPhase = '' $out/bin/dump-pe ../tests/assets/example.exe Loading