ma pkgs.drozer: mark as broken

This commit is contained in:
makefu 2021-12-05 15:07:39 +01:00
parent f0badec7d6
commit 0e49bfcb38
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,7 @@
# mitmproxy # mitmproxy
nmap nmap
msf msf
drozer #drozer
#dex2jar #dex2jar
apktool apktool
jd-gui jd-gui

View file

@ -30,5 +30,6 @@ pythonPackages.buildPythonApplication rec {
homepage = https://github.com/mwrlabs/drozer/; homepage = https://github.com/mwrlabs/drozer/;
description = "The Leading Security Assessment Framework for Android"; description = "The Leading Security Assessment Framework for Android";
license = lib.licenses.bsd2; license = lib.licenses.bsd2;
broken = true;
}; };
} }