repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
evcc: 0.131.4 -> 0.131.5
[NixPkgs.git]
/
pkgs
/
development
/
python-modules
/
netmap
/
nmap-path.patch
blob
99f9cb43a94036c769c9c6d04b36dc12393faf5e
1
diff --git a/nmap/nmap.py b/nmap/nmap.py
2
index 91c460d..8c5ff0a 100755
3
--- a/nmap/nmap.py
4
+++ b/nmap/nmap.py
5
@@ -77,11 +77,7 @@ class PortScanner(object):
6
def __init__(
7
self,
8
nmap_search_path=(
9
- "nmap",
10
- "/usr/bin/nmap",
11
- "/usr/local/bin/nmap",
12
- "/sw/bin/nmap",
13
- "/opt/local/bin/nmap",
14
+ "@nmap@",
15
),
16
):
17
"""