yices: move to by-name
This commit is contained in:
+4
-1
@@ -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";
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user