mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
cvc4: regenerate ./configure on rebuild
Otherwise some absurd error from ./configure crops up. Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
da76434dbd
commit
44ef5a3ab0
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, gmp, libantlr3c, boost }:
|
||||
{ stdenv, fetchurl, gmp, libantlr3c, boost, autoreconfHook }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "cvc4-${version}";
|
||||
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "093h7zgv4z4ad503j30dpn8k2pz9m90pvd7gi5axdmwsxgwlzzkn";
|
||||
};
|
||||
|
||||
buildInputs = [ gmp libantlr3c boost ];
|
||||
buildInputs = [ gmp libantlr3c boost autoreconfHook ];
|
||||
preConfigure = "patchShebangs ./src/";
|
||||
doChecks = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user