Skip to content

Commit

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

0 comments on commit ef78dcc

Please sign in to comment.