about summary refs log tree commit diff
path: root/pkgs/applications/editors/neovim
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-05-22 12:01:28 +0000
committerGitHub <noreply@github.com>2022-05-22 12:01:28 +0000
commit86ec85655dd0a3f953ed8e08f4d5478a50be17b8 (patch)
tree725611dec37a5c46f5e33b45b0ebcfea739460af /pkgs/applications/editors/neovim
parentdeef19c9a11b40e36cdecf9a60bd7d95e59ff2f1 (diff)
parente04ca593173bc086a1fa195258090aaab9279f1f (diff)
downloadnixlib-86ec85655dd0a3f953ed8e08f4d5478a50be17b8.tar
nixlib-86ec85655dd0a3f953ed8e08f4d5478a50be17b8.tar.gz
nixlib-86ec85655dd0a3f953ed8e08f4d5478a50be17b8.tar.bz2
nixlib-86ec85655dd0a3f953ed8e08f4d5478a50be17b8.tar.lz
nixlib-86ec85655dd0a3f953ed8e08f4d5478a50be17b8.tar.xz
nixlib-86ec85655dd0a3f953ed8e08f4d5478a50be17b8.tar.zst
nixlib-86ec85655dd0a3f953ed8e08f4d5478a50be17b8.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/editors/neovim')
-rw-r--r--pkgs/applications/editors/neovim/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/editors/neovim/default.nix b/pkgs/applications/editors/neovim/default.nix
index b4858b21eeed..cd046b1871fa 100644
--- a/pkgs/applications/editors/neovim/default.nix
+++ b/pkgs/applications/editors/neovim/default.nix
@@ -3,6 +3,7 @@
 , unibilium, gperf
 , libvterm-neovim
 , tree-sitter
+, CoreServices
 , glibcLocales ? null, procps ? null
 
 # now defaults to false because some tests can be flaky (clipboard etc), see
@@ -60,7 +61,7 @@ in
       neovimLuaEnv
       tree-sitter
       unibilium
-    ] ++ optional stdenv.isDarwin libiconv
+    ] ++ optionals stdenv.isDarwin [ libiconv CoreServices ]
       ++ optionals doCheck [ glibcLocales procps ]
     ;