npush: fix build

This commit is contained in:
Raphael Robatsch 2022-11-07 00:22:23 +01:00
parent f54c651ba5
commit 6d70ae996c

View File

@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
makeFlags = [
"CC=${stdenv.cc.targetPrefix}c++"
];
NIX_CFLAGS_COMPILE = "-Wno-error=format-security";
installPhase = ''
runHook preInstall