Merge pull request #15802 from phunehehe/casperjs-cp

casperjs: do not move the current working directory
This commit is contained in:
Joachim Fasting 2016-05-29 16:52:28 +02:00
commit 8d1fec55f6

View File

@ -28,9 +28,8 @@ in stdenv.mkDerivation rec {
make test
'';
installPhase = ''
mv $PWD $out
cp -r . $out
'';
meta = {