ma pkgs.drozer: mark as broken
This commit is contained in:
parent
1f2a7c7ad7
commit
78930db930
@ -6,7 +6,7 @@
|
|||||||
# mitmproxy
|
# mitmproxy
|
||||||
nmap
|
nmap
|
||||||
msf
|
msf
|
||||||
drozer
|
#drozer
|
||||||
#dex2jar
|
#dex2jar
|
||||||
apktool
|
apktool
|
||||||
jd-gui
|
jd-gui
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user