recursive cp for node packages
This commit is contained in:
parent
a4faf2f38c
commit
d8d1a12c6f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
installPhase = "
|
installPhase = "
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
cp $src $out/bin/${name}
|
cp -r $src $out/bin/${name}
|
||||||
";
|
";
|
||||||
};
|
};
|
||||||
in pkgs.lib.customisation.makeOverridable drv { buildInputs = []; }
|
in pkgs.lib.customisation.makeOverridable drv { buildInputs = []; }
|
Loading…
Add table
Add a link
Reference in a new issue