remove unused makeWrapper input

This commit is contained in:
Daniel Barlow 2024-06-30 10:46:37 +01:00
parent e94bf62ec1
commit 0d3218127f
1 changed files with 1 additions and 1 deletions

View File

@ -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