Adding (disabled) time compatibility patch for coreutils - this allows

the compilation of older Linux kernels against newer headers (not a recommended
practise!)


svn path=/nixpkgs/trunk/; revision=12944
This commit is contained in:
Pjotr Prins
2008-10-05 08:41:54 +00:00
parent 7d09a82119
commit bdc54592c7
2 changed files with 115 additions and 0 deletions

View File

@@ -14,4 +14,5 @@ stdenv.mkDerivation {
};
buildInputs = stdenv.lib.optional aclSupport acl;
# Older kernels: patches = ./setting-time-backward-compatibility.patch;
}