summaryrefslogtreecommitdiffstats
path: root/makefu/5pkgs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-12-05 15:07:39 +0100
committermakefu <github@syntax-fehler.de>2021-12-05 15:07:39 +0100
commit78930db930a3f222feb72d344ff4f9f581bcfad9 (patch)
tree68f336f382585185a6e063929de96761203e6c56 /makefu/5pkgs
parent1f2a7c7ad7f363f3c42e7235859ef3981be0d8f2 (diff)
ma pkgs.drozer: mark as broken
Diffstat (limited to 'makefu/5pkgs')
-rw-r--r--makefu/5pkgs/drozer/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/5pkgs/drozer/default.nix b/makefu/5pkgs/drozer/default.nix
index 1f353e47..22d720f3 100644
--- a/makefu/5pkgs/drozer/default.nix
+++ b/makefu/5pkgs/drozer/default.nix
@@ -30,5 +30,6 @@ pythonPackages.buildPythonApplication rec {
homepage = https://github.com/mwrlabs/drozer/;
description = "The Leading Security Assessment Framework for Android";
license = lib.licenses.bsd2;
+ broken = true;
};
}