vimPlugins.orgmode: fix build

https://github.com/NixOS/nixpkgs/pull/530655#issuecomment-4679441976
This commit is contained in:
Tom Oostveen
2026-06-11 21:28:25 +02:00
parent 4c1fb8659a
commit f6e55319cf
2 changed files with 5 additions and 1 deletions
@@ -1003,6 +1003,11 @@ in
# remove failing tests
rm tests/plenary/colors/colors_spec.lua # colors depend on neovim version usually
rm tests/plenary/capture/capture_spec.lua # because clipboard not available
# trailing whitespace inconsistencies
rm tests/plenary/api/api_spec.lua
rm tests/plenary/babel/tangle_spec.lua
rm tests/plenary/capture/datetree_spec.lua
rm tests/plenary/init_spec.lua
# UI tests depend on the neovim version
rm -r tests/plenary/ui/*