From 0d3218127ff26c90bd2d8f2fa98a4f639e72066d Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Sun, 30 Jun 2024 10:46:37 +0100 Subject: [PATCH] remove unused makeWrapper input --- pkgs/uevent-watch/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/uevent-watch/default.nix b/pkgs/uevent-watch/default.nix index 150385c..2295510 100644 --- a/pkgs/uevent-watch/default.nix +++ b/pkgs/uevent-watch/default.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation { name = "uevent-watch"; src = ./.; - nativeBuildInputs = [ fennelrepl makeWrapper ]; + nativeBuildInputs = [ fennelrepl ]; propagatedBuildInputs = [ s6-rc-up-tree ]; installPhase = '' mkdir -p $out/bin