yices: move to by-name

This commit is contained in:
jopejoe1
2025-08-21 18:49:02 +02:00
parent 675fbe3ab6
commit b738a8a90b
2 changed files with 4 additions and 5 deletions
@@ -3,12 +3,15 @@
stdenv,
fetchFromGitHub,
cudd,
gmp-static,
gmp,
gperf,
autoreconfHook,
libpoly,
}:
let
gmp-static = gmp.override { withStatic = true; };
in
stdenv.mkDerivation rec {
pname = "yices";
version = "2.6.5";
-4
View File
@@ -15105,10 +15105,6 @@ with pkgs;
why3 = callPackage ../applications/science/logic/why3 { coqPackages = coqPackages_8_20; };
yices = callPackage ../applications/science/logic/yices {
gmp-static = gmp.override { withStatic = true; };
};
tlaps = callPackage ../applications/science/logic/tlaplus/tlaps.nix {
inherit (ocaml-ng.ocamlPackages_4_14_unsafe_string) ocaml;
};