about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-04-21 19:47:51 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-04-21 19:47:51 +0000
commit233cf7478157868e9566a64e06c7906b598606c2 (patch)
treeb42c05efdf4f997e9ebbfb7619e1e00d11533dbf /pkgs/top-level
parent1b3ee8bf6c85f5d6a49ecf988ef85a6f84d716c7 (diff)
Adding radare
svn path=/nixpkgs/trunk/; revision=15226
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index d8bd746d94cfd..15fc21876376d 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -2604,6 +2604,14 @@ let
       inherit fetchurl stdenv;
     });
 
+  radare = import ../development/tools/analysis/radare {
+    inherit stdenv fetchurl pkgconfig libusb readline gtkdialog python
+      ruby libewf;
+    inherit (gtkLibs) gtk;
+    inherit (gnome) vte;
+    lua = lua5;
+  };
+
   ragel = import ../development/tools/parsing/ragel {
     inherit composableDerivation fetchurl transfig texLive;
   };