Skip to content

Commit 495ac46

Browse files
author
github-actions
committed
Updated repos/elpa
1 parent e547e66 commit 495ac46

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

repos/elpa/elpa-generated.nix

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -797,6 +797,21 @@
797797
license = lib.licenses.free;
798798
};
799799
}) {};
800+
consult-recoll = callPackage ({ consult, elpaBuild, emacs, fetchurl, lib }:
801+
elpaBuild {
802+
pname = "consult-recoll";
803+
ename = "consult-recoll";
804+
version = "0.6.2";
805+
src = fetchurl {
806+
url = "https://elpa.gnu.org/packages/consult-recoll-0.6.2.tar";
807+
sha256 = "0ngisaxdsfmjcincxdjrpgj6q6vh4dav7b2bpfls9a7107rb2ycp";
808+
};
809+
packageRequires = [ consult emacs ];
810+
meta = {
811+
homepage = "https://elpa.gnu.org/packages/consult-recoll.html";
812+
license = lib.licenses.free;
813+
};
814+
}) {};
800815
context-coloring = callPackage ({ elpaBuild, emacs, fetchurl, lib }:
801816
elpaBuild {
802817
pname = "context-coloring";

0 commit comments

Comments
 (0)