mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
picosat: enable proof output and install various utils
This commit is contained in:
parent
659c240be8
commit
e336cd003a
@ -9,12 +9,11 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0m578rpa5rdn08d10kr4lbsdwp4402hpavrz6n7n53xs517rn5hm";
|
||||
};
|
||||
|
||||
configurePhase = "./configure.sh --shared";
|
||||
configurePhase = "./configure.sh --shared --trace";
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin $out/lib $out/include/picosat
|
||||
cp picomus "$out"/bin
|
||||
cp picosat "$out"/bin
|
||||
cp picomus picomcs picosat picogcnf "$out"/bin
|
||||
|
||||
cp libpicosat.a "$out"/lib
|
||||
cp libpicosat.so "$out"/lib
|
||||
|
Loading…
Reference in New Issue
Block a user