about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/misc/thumbs/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/misc/thumbs/default.nix b/pkgs/tools/misc/thumbs/default.nix
index 60a1dce08c08f..26b6c7d5f9469 100644
--- a/pkgs/tools/misc/thumbs/default.nix
+++ b/pkgs/tools/misc/thumbs/default.nix
@@ -13,7 +13,8 @@ rustPlatform.buildRustPackage rec {
 
   cargoSha256 = "sha256-6htKiXMMyYRFefJzvDnmdx3CJ3XL8zONhGlV2wcbr9g=";
 
-  cargoPatches = [ ./fix.patch ];
+  patches = [ ./fix.patch ];
+
   meta = with lib; {
     homepage = "https://github.com/fcsonline/tmux-thumbs";
     description = "A lightning fast version copy/pasting like vimium/vimperator";