mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 04:46:43 +00:00
Merge pull request #199927 from raphaelr/npush
This commit is contained in:
commit
29fc067736
@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
makeFlags = [
|
makeFlags = [
|
||||||
"CC=${stdenv.cc.targetPrefix}c++"
|
"CC=${stdenv.cc.targetPrefix}c++"
|
||||||
];
|
];
|
||||||
|
NIX_CFLAGS_COMPILE = "-Wno-error=format-security";
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
Loading…
Reference in New Issue
Block a user