Making gnugrep cross-build for mips

svn path=/nixpkgs/branches/stdenv-updates/; revision=22847
This commit is contained in:
Lluís Batlle i Rossell
2010-08-01 21:17:29 +00:00
parent fbad1b3a56
commit 2954596106
2 changed files with 17 additions and 0 deletions
+2
View File
@@ -5,6 +5,8 @@ let version = "2.6.3"; in
stdenv.mkDerivation {
name = "gnugrep-${version}";
patches = [ ./malloc.patch ];
src = fetchurl {
url = "mirror://gnu/grep/grep-${version}.tar.gz";
sha256 = "0rnnljzcpb2sl5zabww7gbzk9r6kp8kycsqrf909d6jdak8yah53";