Skip to content

Instantly share code, notes, and snippets.

diff --git a/Library/Formula/nmap.rb b/Library/Formula/nmap.rb
index 8bd1df1..7e06901 100644
--- a/Library/Formula/nmap.rb
+++ b/Library/Formula/nmap.rb
@@ -14,7 +14,7 @@ class Nmap < Formula
def install
ENV.deparallelize
- args = ["--prefix=#{prefix}", "--without-zenmap"]
+ args = ["--prefix=#{prefix}", "--without-zenmap", "--without-liblua", "CFLAGS=-DNOLUA"]