summary refs log tree commit diff
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2014-06-07 20:22:58 +0000
committerJohn Wiegley <johnw@newartisans.com>2014-06-07 20:22:58 +0000
commit6a3a9589e2fa15a4a3064a7cd923f6c1cb5e7cd3 (patch)
tree6f3070d4a8ad4c7907beb89330f734c6c06eaf88 /pkgs/applications/editors/vim
parentc06613a3af177777b68dfebe74cd019b48e4dcb8 (diff)
downloadnixpkgs-6a3a9589e2fa15a4a3064a7cd923f6c1cb5e7cd3.tar
nixpkgs-6a3a9589e2fa15a4a3064a7cd923f6c1cb5e7cd3.tar.gz
nixpkgs-6a3a9589e2fa15a4a3064a7cd923f6c1cb5e7cd3.tar.bz2
nixpkgs-6a3a9589e2fa15a4a3064a7cd923f6c1cb5e7cd3.tar.lz
nixpkgs-6a3a9589e2fa15a4a3064a7cd923f6c1cb5e7cd3.tar.xz
nixpkgs-6a3a9589e2fa15a4a3064a7cd923f6c1cb5e7cd3.tar.zst
nixpkgs-6a3a9589e2fa15a4a3064a7cd923f6c1cb5e7cd3.zip
macvim: add missing call to ensureDir
Diffstat (limited to 'pkgs/applications/editors/vim')
-rw-r--r--pkgs/applications/editors/vim/macvim.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/macvim.nix b/pkgs/applications/editors/vim/macvim.nix
index 52567d5d31b..e48cb2590f9 100644
--- a/pkgs/applications/editors/vim/macvim.nix
+++ b/pkgs/applications/editors/vim/macvim.nix
@@ -62,6 +62,7 @@ in mkDerivation rec {
   '';
 
   postInstall = ''
+    ensureDir $out/Applications
     cp -r src/MacVim/build/Release/MacVim.app $out/Applications
 
     rm $out/bin/{Vimdiff,Vimtutor,Vim,ex,rVim,rview,view}