6 python3.pkgs.buildPythonApplication {
8 version = "1.0.2-unstable-2021-09-09";
11 src = fetchFromGitHub {
14 rev = "8c1de0fa8365153832bb58d74475caa15d2d077a";
15 hash = "sha256-ElY6AZ7IBnOh7sRWNSQNmq7AYGlnjvYRn8/U+29BwWA=";
19 substituteInPlace requirements.txt \
20 --replace-fail "argparse" ""
21 substituteInPlace setup.py \
22 --replace-fail "argparse" ""
25 build-system = with python3.pkgs; [
29 dependencies = with python3.pkgs; [
36 cp $src/words.txt $out/
39 # Project has no tests
42 pythonImportsCheck = [
47 description = "Generates permutations, alterations and mutations of subdomains and then resolves them";
48 homepage = "https://github.com/infosec-au/altdns";
49 license = licenses.asl20;
50 maintainers = with maintainers; [ octodi ];
51 mainProgram = "altdns";