From 438098130a438a7da596a37c5b120d94911e1f6e Mon Sep 17 00:00:00 2001 From: Henry Denny Date: Wed, 11 Oct 2023 13:42:44 +0100 Subject: [PATCH] Update stream-to-file/default.nix Co-authored-by: Dan Nixon --- stream-to-file/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream-to-file/default.nix b/stream-to-file/default.nix index 72d648cf..ab103151 100644 --- a/stream-to-file/default.nix +++ b/stream-to-file/default.nix @@ -14,7 +14,7 @@ src = ./..; cargoBuildOptions = x: x ++ ["--package" "stream-to-file"]; - nativeBuildInputs = nativeBuildInputs ++ [ pkgs.makeWrapper ]; + nativeBuildInputs = nativeBuildInputs; buildInputs = buildInputs; overrideMain = p: {