mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
veriT: disable broken static linking
This commit is contained in:
parent
cca3e9c774
commit
3f19d757cb
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user