* 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:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user