* coreutils-6.10, findutils-4.2.32.
* Added some meta attributes. svn path=/nixpkgs/branches/stdenv-updates/; revision=10511
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{stdenv, fetchurl, coreutils}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "findutils-4.2.31";
|
||||
name = "findutils-4.2.32";
|
||||
src = fetchurl {
|
||||
url = mirror://gnu/findutils/findutils-4.2.31.tar.gz;
|
||||
sha256 = "01329mrgg7pc2069hdbcl45jzrzvi94nnv1zf2hcrcx0mj7lplz0";
|
||||
url = mirror://gnu/findutils/findutils-4.2.32.tar.gz;
|
||||
sha256 = "05sj0154kl4mbqg7dcabiaa16snjv2ppfwwhcvl2zyn2yc28igc7";
|
||||
};
|
||||
buildInputs = [coreutils];
|
||||
|
||||
@@ -12,4 +12,9 @@ stdenv.mkDerivation {
|
||||
# Note: the dietlibc patch is just to get findutils to compile.
|
||||
# The locate command probably won't work though.
|
||||
++ stdenv.lib.optional (stdenv ? isDietLibC) ./dietlibc-hack.patch;
|
||||
|
||||
meta = {
|
||||
homepage = http://www.gnu.org/software/findutils/;
|
||||
description = "The basic directory searching utilities of the GNU operating system";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user