forked from mirrors/nixpkgs
ponyc: fix build with gcc9
This commit is contained in:
parent
baa5a73ba1
commit
9c3d1afc03
|
@ -54,6 +54,8 @@ stdenv.mkDerivation ( rec {
|
|||
|
||||
checkTarget = "test-ci";
|
||||
|
||||
NIX_CFLAGS_COMPILE = [ "-Wno-error=redundant-move" ];
|
||||
|
||||
preCheck = ''
|
||||
export PONYPATH="$out/lib:${stdenv.lib.makeLibraryPath [ pcre2 libressl ]}"
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue