Skip to content

Commit

Permalink
Updated repos/elpa
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 21, 2022
1 parent c6938da commit fb16bf9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions repos/elpa/elpa-generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3158,6 +3158,21 @@
license = lib.licenses.free;
};
}) {};
notmuch-indicator = callPackage ({ elpaBuild, emacs, fetchurl, lib }:
elpaBuild {
pname = "notmuch-indicator";
ename = "notmuch-indicator";
version = "0.1.0";
src = fetchurl {
url = "https://elpa.gnu.org/packages/notmuch-indicator-0.1.0.tar";
sha256 = "11kbl8y95vwww1rsgdd1q5x8i690gi4cxql4n2sg7r5dysdrbyz1";
};
packageRequires = [ emacs ];
meta = {
homepage = "https://elpa.gnu.org/packages/notmuch-indicator.html";
license = lib.licenses.free;
};
}) {};
ntlm = callPackage ({ elpaBuild, fetchurl, lib }:
elpaBuild {
pname = "ntlm";
Expand Down

0 comments on commit fb16bf9

Please sign in to comment.