abella: move all args out of top-level, refactor
Assisted-by: Cursor Composer 2.5
This commit is contained in:
@@ -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,9 +10513,7 @@ with pkgs;
|
||||
|
||||
### SCIENCE/LOGIC
|
||||
|
||||
abella = callPackage ../applications/science/logic/abella {
|
||||
ocamlPackages = ocaml-ng.ocamlPackages_4_12;
|
||||
};
|
||||
abella = callPackage ../applications/science/logic/abella { };
|
||||
|
||||
inherit
|
||||
(callPackage ./rocq-packages.nix {
|
||||
|
||||
Reference in New Issue
Block a user