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>2024-01-25 12:01:19 +0000
committerGitHub <noreply@github.com>2024-01-25 12:01:19 +0000
commit8c2ba7797a3965c48947f07d46039934b9a85a73 (patch)
tree53dab92f5fa32045fff8951b82348e5132071291 /pkgs/applications/editors/neovim
parent1f37e33af51568e615afc93e5d4047bc52b92358 (diff)
parent6d11e88fed7c5c1e375f2293f3e842ff895d9ffd (diff)
downloadnixlib-8c2ba7797a3965c48947f07d46039934b9a85a73.tar
nixlib-8c2ba7797a3965c48947f07d46039934b9a85a73.tar.gz
nixlib-8c2ba7797a3965c48947f07d46039934b9a85a73.tar.bz2
nixlib-8c2ba7797a3965c48947f07d46039934b9a85a73.tar.lz
nixlib-8c2ba7797a3965c48947f07d46039934b9a85a73.tar.xz
nixlib-8c2ba7797a3965c48947f07d46039934b9a85a73.tar.zst
nixlib-8c2ba7797a3965c48947f07d46039934b9a85a73.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/editors/neovim')
-rw-r--r--pkgs/applications/editors/neovim/wrapper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/neovim/wrapper.nix b/pkgs/applications/editors/neovim/wrapper.nix
index 29146a769843..3ff760b21885 100644
--- a/pkgs/applications/editors/neovim/wrapper.nix
+++ b/pkgs/applications/editors/neovim/wrapper.nix
@@ -102,7 +102,7 @@ let
           --replace 'Name=Neovim' 'Name=Neovim wrapper'
       ''
       + lib.optionalString finalAttrs.withPython3 ''
-        makeWrapper ${python3Env.interpreter} $out/bin/nvim-python3 --unset PYTHONPATH
+        makeWrapper ${python3Env.interpreter} $out/bin/nvim-python3 --unset PYTHONPATH --unset PYTHONSAFEPATH
       ''
       + lib.optionalString (finalAttrs.rubyEnv != null) ''
         ln -s ${finalAttrs.rubyEnv}/bin/neovim-ruby-host $out/bin/nvim-ruby