yices: fix install target by using 'true' as ldconfig

This commit is contained in:
Will Dietz 2016-10-26 09:47:50 -05:00
parent 1f89121551
commit 8584ec97ed

View file

@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
];
buildInputs = [ gmp-static gperf autoreconfHook ];
installPhase = ''make install LDCONFIG=true'';
meta = {
description = "A high-performance theorem prover and SMT solver";
homepage = "http://yices.csl.sri.com";