Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

nmap: add wordlist

Janik H. 9b0f5a34 614e7213

+4
+4
pkgs/tools/security/nmap/default.nix
··· 26 "--without-zenmap" 27 ]; 28 29 makeFlags = lib.optionals (stdenv.buildPlatform != stdenv.hostPlatform) [ 30 "AR=${stdenv.cc.bintools.targetPrefix}ar" 31 "RANLIB=${stdenv.cc.bintools.targetPrefix}ranlib"
··· 26 "--without-zenmap" 27 ]; 28 29 + postInstall = '' 30 + install -m 444 -D nselib/data/passwords.lst $out/share/wordlists/nmap.lst 31 + ''; 32 + 33 makeFlags = lib.optionals (stdenv.buildPlatform != stdenv.hostPlatform) [ 34 "AR=${stdenv.cc.bintools.targetPrefix}ar" 35 "RANLIB=${stdenv.cc.bintools.targetPrefix}ranlib"