yap: -fpermissive to fix build with gcc7
This commit is contained in:
parent
666e7cafc6
commit
13ec57e381
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
configureFlags = "--enable-tabling=yes";
|
configureFlags = "--enable-tabling=yes";
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = [ "-fpermissive" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.dcc.fc.up.pt/~vsc/Yap/;
|
homepage = http://www.dcc.fc.up.pt/~vsc/Yap/;
|
||||||
description = "A ISO-compatible high-performance Prolog compiler";
|
description = "A ISO-compatible high-performance Prolog compiler";
|
||||||
|
Loading…
Reference in New Issue
Block a user