Merge pull request #15802 from phunehehe/casperjs-cp
casperjs: do not move the current working directory
This commit is contained in:
commit
8d1fec55f6
@ -28,9 +28,8 @@ in stdenv.mkDerivation rec {
|
|||||||
make test
|
make test
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mv $PWD $out
|
cp -r . $out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user