mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 19:34:06 +00:00
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 ];
|
||||
|
||||
installPhase = ''make install LDCONFIG=true'';
|
||||
|
||||
meta = {
|
||||
description = "A high-performance theorem prover and SMT solver";
|
||||
homepage = "http://yices.csl.sri.com";
|
||||
|
Loading…
Reference in New Issue
Block a user