Commit e8dd21f8 authored by lovedheart's avatar lovedheart Committed by Ed Reel

[neovim] remove dependencies (#2276)

parent 68ba8cca
......@@ -20,14 +20,6 @@ class Neovim < Package
x86_64: '16f6dfd198931f3162e1cf6054224c1e4e8059403597d621ab54b4a421fe89ed',
})
depends_on 'libtool'
depends_on 'autoconf'
depends_on 'automake'
depends_on 'cmake'
depends_on 'gcc'
depends_on 'pkgconfig'
depends_on 'unzip'
def self.build
system "make", "CMAKE_BUILD_TYPE=RelWithDebInfo"
end
......
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