about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorGabriel Ebner <gebner@gebner.org>2018-02-22 21:18:04 +0100
committerGabriel Ebner <gebner@gebner.org>2018-02-22 21:18:04 +0100
commitba58b425f10854cc4d7fb2dce9fbb79d09f882e8 (patch)
tree87e76030cc4a30fda839007dbac94ae366145110 /pkgs/applications
parent823facf2ccf3e3d680f9b37db4d29502675cc79b (diff)
downloadnixlib-ba58b425f10854cc4d7fb2dce9fbb79d09f882e8.tar
nixlib-ba58b425f10854cc4d7fb2dce9fbb79d09f882e8.tar.gz
nixlib-ba58b425f10854cc4d7fb2dce9fbb79d09f882e8.tar.bz2
nixlib-ba58b425f10854cc4d7fb2dce9fbb79d09f882e8.tar.lz
nixlib-ba58b425f10854cc4d7fb2dce9fbb79d09f882e8.tar.xz
nixlib-ba58b425f10854cc4d7fb2dce9fbb79d09f882e8.tar.zst
nixlib-ba58b425f10854cc4d7fb2dce9fbb79d09f882e8.zip
neovim: fix bundlerEnv
Diffstat (limited to 'pkgs/applications')
-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 187474de5b6f..a27b5a41ac70 100644
--- a/pkgs/applications/editors/neovim/wrapper.nix
+++ b/pkgs/applications/editors/neovim/wrapper.nix
@@ -25,7 +25,7 @@ let
     name = "neovim-ruby-env";
     gemdir = ./ruby_provider;
     postBuild = ''
-      ln -s ${ruby}/bin/* $out/bin
+      ln -sf ${ruby}/bin/* $out/bin
     '';
   };