about summary refs log tree commit diff
path: root/pkgs/tools/misc/time/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/time/default.nix')
-rw-r--r--pkgs/tools/misc/time/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/misc/time/default.nix b/pkgs/tools/misc/time/default.nix
index 658afb37c035c..05ab7cc7ae70b 100644
--- a/pkgs/tools/misc/time/default.nix
+++ b/pkgs/tools/misc/time/default.nix
@@ -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";