summary refs log tree commit diff
path: root/pkgs/shells/rush/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shells/rush/default.nix')
-rw-r--r--pkgs/shells/rush/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/shells/rush/default.nix b/pkgs/shells/rush/default.nix
index 8280897c47a..9a5f7a753d3 100644
--- a/pkgs/shells/rush/default.nix
+++ b/pkgs/shells/rush/default.nix
@@ -8,7 +8,9 @@ stdenv.mkDerivation rec {
     sha256 = "1vxdb81ify4xcyygh86250pi50krb16dkj42i5ii4ns3araiwckz";
   };
 
-  patches = [ ./fix-format-security-error.patch ];
+  patches = [ ./fix-format-security-error.patch
+    ./intprops.patch
+  ];
 
   doCheck = true;