diff options
Diffstat (limited to 'users/grfn/pkgs/notmuch-extract-patch.nix')
-rw-r--r-- | users/grfn/pkgs/notmuch-extract-patch.nix | 2 |
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 54dad260a041..7f00f925ec88 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 ]; } '' |