mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
macvim: add missing call to ensureDir
This commit is contained in:
parent
c06613a3af
commit
6a3a9589e2
1 changed files with 1 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue