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:
@@ -14,4 +14,5 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
buildInputs = stdenv.lib.optional aclSupport acl;
|
||||
# Older kernels: patches = ./setting-time-backward-compatibility.patch;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user