* coreutils-6.10, findutils-4.2.32.
* Added some meta attributes. svn path=/nixpkgs/branches/stdenv-updates/; revision=10511
This commit is contained in:
@@ -2,10 +2,17 @@
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "gnused-4.1.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://gnu/sed/sed-4.1.5.tar.gz;
|
||||
md5 = "7a1cbbbb3341287308e140bd4834c3ba";
|
||||
};
|
||||
|
||||
# !!! hack: this should go away in gnused > 4.1.5
|
||||
patches = [./gettext-fix.patch];
|
||||
|
||||
meta = {
|
||||
homepage = http://www.gnu.org/software/grep/;
|
||||
description = "GNU implementation of the Unix sed command";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user