yap: -fpermissive to fix build with gcc7

This commit is contained in:
Vladimír Čunát 2018-02-18 18:11:11 +01:00
parent 666e7cafc6
commit 13ec57e381
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
configureFlags = "--enable-tabling=yes";
NIX_CFLAGS_COMPILE = [ "-fpermissive" ];
meta = {
homepage = http://www.dcc.fc.up.pt/~vsc/Yap/;
description = "A ISO-compatible high-performance Prolog compiler";