abella: migrate to by-name, refactor (#536397)
This commit is contained in:
+2
-1
@@ -13,10 +13,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://abella-prover.org/distributions/abella-${finalAttrs.version}.tar.gz";
|
||||
sha256 = "sha256-80b/RUpE3KRY0Qu8eeTxAbk6mwGG6jVTPOP0qFjyj2M=";
|
||||
hash = "sha256-80b/RUpE3KRY0Qu8eeTxAbk6mwGG6jVTPOP0qFjyj2M=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
rsync
|
||||
@@ -10513,10 +10513,6 @@ with pkgs;
|
||||
|
||||
### SCIENCE/LOGIC
|
||||
|
||||
abella = callPackage ../applications/science/logic/abella {
|
||||
ocamlPackages = ocaml-ng.ocamlPackages_4_12;
|
||||
};
|
||||
|
||||
inherit
|
||||
(callPackage ./rocq-packages.nix {
|
||||
inherit (ocaml-ng)
|
||||
|
||||
Reference in New Issue
Block a user