mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
vimPlugins.orgmode: fix build
https://github.com/NixOS/nixpkgs/pull/530655#issuecomment-4679441976
This commit is contained in:
parent
4c1fb8659a
commit
f6e55319cf
2 changed files with 5 additions and 1 deletions
|
|
@ -2,7 +2,6 @@
|
|||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
fetchpatch,
|
||||
cmake,
|
||||
gettext,
|
||||
libuv,
|
||||
|
|
|
|||
|
|
@ -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/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue