Fix radre for now by not using libewf and update it to latest
This commit is contained in:
parent
d45c1db2db
commit
71086542ee
@ -12,15 +12,15 @@ let
|
||||
optional = stdenv.lib.optional;
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "radare-1.5";
|
||||
name = "radare-1.5.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://radare.org/get/${name}.tar.gz";
|
||||
sha256 = "1r0c9cc7z9likma8zicp2pbv2y85vjjmnk0k45wdhbvhgqh6il1h";
|
||||
sha256 = "1qdrmcnzfvfvqb27c7pknwm8jl2hqa6c4l66wzyddwlb8yjm46hd";
|
||||
};
|
||||
|
||||
|
||||
buildInputs = [pkgconfig readline libusb libewf perl]
|
||||
buildInputs = [pkgconfig readline libusb perl]
|
||||
++ optional useX11 [gtkdialog vte gtk]
|
||||
++ optional rubyBindings [ruby]
|
||||
++ optional pythonBindings [python]
|
||||
|
Loading…
Reference in New Issue
Block a user