remove unused makeWrapper input
This commit is contained in:
parent
e94bf62ec1
commit
0d3218127f
@ -10,7 +10,7 @@
|
|||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "uevent-watch";
|
name = "uevent-watch";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
nativeBuildInputs = [ fennelrepl makeWrapper ];
|
nativeBuildInputs = [ fennelrepl ];
|
||||||
propagatedBuildInputs = [ s6-rc-up-tree ];
|
propagatedBuildInputs = [ s6-rc-up-tree ];
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user