vimPlugins.orgmode: fix build

https://github.com/NixOS/nixpkgs/pull/530655#issuecomment-4679441976
(cherry picked from commit f6e55319cf)
This commit is contained in:
Tom Oostveen 2026-06-11 17:59:51 +02:00 committed by github-actions[bot]
commit 66f010b956
2 changed files with 5 additions and 1 deletions

View file

@ -2,7 +2,6 @@
lib,
stdenv,
fetchFromGitHub,
fetchpatch,
cmake,
gettext,
libuv,

View file

@ -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/*