about summary refs log tree commit diff
path: root/pkgs/development/tools/analysis/radare2
diff options
context:
space:
mode:
authorJiajie Chen <c@jia.je>2022-06-23 09:36:35 +0800
committerJiajie Chen <c@jia.je>2022-06-23 09:36:35 +0800
commit6cd5486acc0edc0afda16732e443bdf35f185e1e (patch)
tree2f32d9973e5245b713898da06157f99fa0bac443 /pkgs/development/tools/analysis/radare2
parentf1dd761ae8e02f8182832a73bee1c9d508c308bd (diff)
radare2: unbreak on Darwin
Diffstat (limited to 'pkgs/development/tools/analysis/radare2')
-rw-r--r--pkgs/development/tools/analysis/radare2/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/tools/analysis/radare2/default.nix b/pkgs/development/tools/analysis/radare2/default.nix
index e344f3f7874da..737034b0d2683 100644
--- a/pkgs/development/tools/analysis/radare2/default.nix
+++ b/pkgs/development/tools/analysis/radare2/default.nix
@@ -110,7 +110,6 @@ stdenv.mkDerivation rec {
   ];
 
   meta = with lib; {
-    broken = stdenv.isDarwin;
     description = "unix-like reverse engineering framework and commandline tools";
     homepage = "https://radare.org/";
     license = licenses.gpl2Plus;