coqPackages.coq-elpi: avoid top-level with ...;

This commit is contained in:
Philip Taron
2024-06-25 09:05:11 -07:00
parent e8955041c3
commit 3aaf29fe22
@@ -1,6 +1,6 @@
{ lib, mkCoqDerivation, which, coq, version ? null }:
with builtins; with lib; let
let
elpi = coq.ocamlPackages.elpi.override (lib.switch coq.coq-version [
{ case = "8.11"; out = { version = "1.11.4"; };}
{ case = "8.12"; out = { version = "1.12.0"; };}
@@ -71,7 +71,7 @@ in mkCoqDerivation {
meta = {
description = "Coq plugin embedding ELPI";
maintainers = [ maintainers.cohencyril ];
license = licenses.lgpl21Plus;
maintainers = [ lib.maintainers.cohencyril ];
license = lib.licenses.lgpl21Plus;
};
}