yices: fix install target by using 'true' as ldconfig
This commit is contained in:
parent
1f89121551
commit
8584ec97ed
@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
buildInputs = [ gmp-static gperf autoreconfHook ];
|
buildInputs = [ gmp-static gperf autoreconfHook ];
|
||||||
|
|
||||||
|
installPhase = ''make install LDCONFIG=true'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A high-performance theorem prover and SMT solver";
|
description = "A high-performance theorem prover and SMT solver";
|
||||||
homepage = "http://yices.csl.sri.com";
|
homepage = "http://yices.csl.sri.com";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user