remove unused makeWrapper input
This commit is contained in:
parent
e94bf62ec1
commit
0d3218127f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user