Commit 58c805d3 authored by Michał Siwek's avatar Michał Siwek

Merge pull request #46 from jbaum98/nano_bug

fix nano formula
parents 80bd4335 5e271220
......@@ -9,7 +9,7 @@ class Nano < Package
depends_on 'ncurses'
def self.build # self.build contains commands needed to build the software from source
system "./configure"
system "./configure CPPFLAGS=\"-I/usr/local/include/ncurses\""
system "make" # ordered chronologically
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