Commit 3255e64a authored by Jan Baudisch's avatar Jan Baudisch Committed by GitHub

Add unzip dependency to neovim

parent a95d9ec0
...@@ -11,6 +11,7 @@ class Neovim < Package ...@@ -11,6 +11,7 @@ class Neovim < Package
depends_on 'cmake' depends_on 'cmake'
depends_on 'gcc' depends_on 'gcc'
depends_on 'pkgconfig' depends_on 'pkgconfig'
depends_on 'unzip'
def self.build def self.build
system "make" system "make"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment