* Apply a patch to fix the "max resident" size reported by ‘time’

being off by a factor of 4.  (The most recent release of ‘time’ is
  from 1996 BTW...)

svn path=/nixpkgs/trunk/; revision=30143
This commit is contained in:
Eelco Dolstra
2011-10-31 14:44:32 +00:00
parent e15db25ff3
commit bd5e996e20
2 changed files with 18 additions and 0 deletions
+2
View File
@@ -8,6 +8,8 @@ stdenv.mkDerivation {
sha256 = "0va9063fcn7xykv658v2s9gilj2fq4rcdxx2mn2mmy1v4ndafzp3";
};
patches = [ ./max-resident.patch ];
meta = {
description = "GNU Time, a tool that runs programs and summarizes the system resources they use";