vimPlugins.matchit-zip: remove unpack phase

This commit is contained in:
Jörg Thalheim
2018-04-08 22:27:17 +01:00
parent 77303e90a6
commit 73df91ea37
2 changed files with 2 additions and 15 deletions

View File

@@ -1,7 +0,0 @@
unpackPhase = ''
(
sourceRoot=d
mkdir $sourceRoot; cd $sourceRoot;
unzip $src
)
'';