Commit 39904768 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #661 from flyingP0tat0/master

Add unzip dependency to neovim
parents d1b3eea0 3255e64a
......@@ -11,6 +11,7 @@ class Neovim < Package
depends_on 'cmake'
depends_on 'gcc'
depends_on 'pkgconfig'
depends_on 'unzip'
def self.build
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