Updating radare, and trying to build it in more platforms.
svn path=/nixpkgs/trunk/; revision=20447
This commit is contained in:
parent
d213d290a6
commit
697266261b
@ -11,13 +11,12 @@ assert pythonBindings -> python != null;
|
|||||||
let
|
let
|
||||||
optional = stdenv.lib.optional;
|
optional = stdenv.lib.optional;
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation
|
stdenv.mkDerivation rec {
|
||||||
{
|
name = "radare-1.5";
|
||||||
name = "radare-1.4.2";
|
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://radare.org/get/radare-1.4.2.tar.gz;
|
url = "http://radare.org/get/${name}.tar.gz";
|
||||||
sha256 = "09pai3k4x3kzq7zjfd8425jjb16fpximrhp5wyy6pwgdc82q30sd";
|
sha256 = "1r0c9cc7z9likma8zicp2pbv2y85vjjmnk0k45wdhbvhgqh6il1h";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
@ -32,6 +31,6 @@ stdenv.mkDerivation
|
|||||||
homepage = http://radare.org/;
|
homepage = http://radare.org/;
|
||||||
license = "GPLv2+";
|
license = "GPLv2+";
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
maintainers = with stdenv.lib.maintainers; [viric];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user