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
|
||||
'';
|
||||
|
||||
|
||||
installPhase = ''
|
||||
mv $PWD $out
|
||||
cp -r . $out
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user