veriT: disable broken static linking

This commit is contained in:
Gabriel Ebner 2016-05-08 15:10:08 +02:00
parent cca3e9c774
commit 3f19d757cb

View File

@ -12,6 +12,9 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook flex bison ];
buildInputs = [ gmp ];
# --disable-static actually enables static linking here...
dontDisableStatic = true;
makeFlags = [ "LEX=${flex}/bin/flex" ];
preInstall = ''