* Add grep.

svn path=/nixpkgs/trunk/; revision=6783
This commit is contained in:
Eelco Dolstra
2006-10-19 22:47:51 +00:00
parent 1acd2157cc
commit 884e8571c3
6 changed files with 5 additions and 41 deletions
@@ -1,3 +0,0 @@
source $stdenv/setup
if test -n "$coreutils"; then PATH=$coreutils/bin:$PATH; fi
genericBuild
@@ -1,13 +0,0 @@
{stdenv, fetchurl, coreutils ? null, dietgcc}:
stdenv.mkDerivation {
name = "diffutils-2.8.1";
builder = ./builder.sh;
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/diffutils-2.8.1.tar.gz;
md5 = "71f9c5ae19b60608f6c7f162da86a428";
};
/* If no explicit coreutils is given, use the one from stdenv. */
inherit coreutils;
NIX_GCC=dietgcc;
}
-10
View File
@@ -1,10 +0,0 @@
{stdenv, fetchurl, dietgcc}:
stdenv.mkDerivation {
name = "gnupatch-2.5.4";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/patch-2.5.4.tar.gz;
md5 = "ee5ae84d115f051d87fcaaef3b4ae782";
};
NIX_GCC=dietgcc;
}
-12
View File
@@ -1,12 +0,0 @@
{stdenv, fetchurl, dietgcc}:
stdenv.mkDerivation {
name = "gnused-4.1.4";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/sed-4.1.4.tar.gz;
md5 = "2a62ceadcb571d2dac006f81df5ddb48";
};
NIX_GCC=dietgcc;
NIX_GLIBC_FLAGS_SET=1;
NIX_CFLAGS_COMPILE="-D_BSD_SOURCE=1";
}