mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
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 New Issue
Block a user