about summary refs log tree commit diff
path: root/users/grfn/pkgs/notmuch-extract-patch.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/pkgs/notmuch-extract-patch.nix')
-rw-r--r--users/grfn/pkgs/notmuch-extract-patch.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/grfn/pkgs/notmuch-extract-patch.nix b/users/grfn/pkgs/notmuch-extract-patch.nix
index 54dad260a0..7f00f925ec 100644
--- a/users/grfn/pkgs/notmuch-extract-patch.nix
+++ b/users/grfn/pkgs/notmuch-extract-patch.nix
@@ -8,7 +8,7 @@ let
   };
 
 in
-pkgs.runCommandNoCC "notmuch-extract-patch"
+pkgs.runCommand "notmuch-extract-patch"
 {
   buildInputs = [ pkgs.python3 ];
 } ''