3
0
Fork 0
forked from mirrors/nixpkgs

ponyc: fix build with gcc9

This commit is contained in:
Franz Pletz 2019-11-03 14:07:16 +01:00
parent baa5a73ba1
commit 9c3d1afc03
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -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 ]}"
'';