mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
yices: fix install target by using 'true' as ldconfig
This commit is contained in:
parent
1f89121551
commit
8584ec97ed
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue