* Enable the backwards compatibility patch (I guess it doesn't hurt on
new kernels). svn path=/nixpkgs/branches/stdenv-updates/; revision=12989
This commit is contained in:
parent
648b6f6631
commit
387cbc1c92
@ -8,11 +8,13 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "12pi7i2mxff5jab48pqpwlz2pi0j6sp9p7bgrcl663iiw81zglj9";
|
sha256 = "12pi7i2mxff5jab48pqpwlz2pi0j6sp9p7bgrcl663iiw81zglj9";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
buildInputs = stdenv.lib.optional aclSupport acl;
|
||||||
|
|
||||||
|
# Support older Linux kernels.
|
||||||
|
patches = [ ./setting-time-backward-compatibility.patch ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.gnu.org/software/coreutils/;
|
homepage = http://www.gnu.org/software/coreutils/;
|
||||||
description = "The basic file, shell and text manipulation utilities of the GNU operating system";
|
description = "The basic file, shell and text manipulation utilities of the GNU operating system";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = stdenv.lib.optional aclSupport acl;
|
|
||||||
# Older kernels: patches = ./setting-time-backward-compatibility.patch;
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user