Skip to content

Commit

Permalink
Merge pull request #178627 from hrajchert/verit-macos-fix
Browse files Browse the repository at this point in the history
veriT: Fix build on macos
  • Loading branch information
shlevy committed Jun 22, 2022
2 parents 8ea5f3c + ef22f5f commit 6709bf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkgs/applications/science/logic/verit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ stdenv.mkDerivation {
'';

meta = with lib; {
broken = stdenv.isDarwin;
description = "An open, trustable and efficient SMT-solver";
homepage = "https://verit.loria.fr/";
license = licenses.bsd3;
Expand Down
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33605,7 +33605,9 @@ with pkgs;

verifast = callPackage ../applications/science/logic/verifast {};

veriT = callPackage ../applications/science/logic/verit {};
veriT = callPackage ../applications/science/logic/verit {
stdenv = gccStdenv;
};

why3 = callPackage ../applications/science/logic/why3 { };

Expand Down

0 comments on commit 6709bf9

Please sign in to comment.