Skip to content

Commit

Permalink
luaPackages.orgmode: init at 0.3.61-1
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 12, 2025
1 parent 34bedb2 commit 6de31f1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions maintainers/scripts/luarocks-packages.csv
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ nlua,,,,,,teto
nui.nvim,,,,,,mrcjkb
nvim-cmp,https://raw.githubusercontent.com/hrsh7th/nvim-cmp/main/nvim-cmp-scm-1.rockspec,,,,,
nvim-nio,,,,,,mrcjkb
orgmode,,,,,,
pathlib.nvim,,,,,,
papis-nvim,,,,,,GaetanLepage
penlight,,,,,,alerque
Expand Down
23 changes: 23 additions & 0 deletions pkgs/development/lua-modules/generated-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2907,6 +2907,29 @@ buildLuarocksPackage {
};
}) {};

orgmode = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder, tree-sitter-orgmode }:
buildLuarocksPackage {
pname = "orgmode";
version = "0.3.61-1";
knownRockspec = (fetchurl {
url = "mirror://luarocks/orgmode-0.3.61-1.rockspec";
sha256 = "1sdmqaq3vzpb0c74n45piqrlcw3liiqlv282nrgr16jzsz1c870g";
}).outPath;
src = fetchzip {
url = "https://github.com/nvim-orgmode/orgmode/archive/0.3.61.zip";
sha256 = "1gkpwyfvw9z92277q6311r924rmb9zidgmlr4xxkmn2xrj5qwl7x";
};

disabled = luaOlder "5.1";
propagatedBuildInputs = [ tree-sitter-orgmode ];

meta = {
homepage = "https://nvim-orgmode.github.io/";
description = "Orgmode clone written in Lua for Neovim 0.9+.";
license.fullName = "MIT";
};
}) {};

pathlib-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder, nvim-nio }:
buildLuarocksPackage {
pname = "pathlib.nvim";
Expand Down

0 comments on commit 6de31f1

Please sign in to comment.