Change nano.rb to add dependency for filecmd.

parent f45659ca
......@@ -22,6 +22,7 @@ class Nano < Package
depends_on 'buildessential'
depends_on 'ncurses'
depends_on 'filecmd'
def self.build
system "./configure CPPFLAGS=\"-I/usr/local/include/ncurses\""
......
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