Commit 5e271220 authored by Jake Waksbaum's avatar Jake Waksbaum

specify ncurses so itll build

parent 669e2747
......@@ -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