Merge pull request #46812 from serokell/fix-arcanist

arcanist: fix mtime impurity
This commit is contained in:
Renaud 2018-10-21 11:29:20 +02:00 committed by GitHub
commit 1a26028ed8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,8 +22,8 @@ stdenv.mkDerivation rec {
buildInputs = [ php makeWrapper flex ];
unpackPhase = ''
cp -R ${libphutil} libphutil
cp -R ${arcanist} arcanist
cp -aR ${libphutil} libphutil
cp -aR ${arcanist} arcanist
chmod +w -R libphutil arcanist
'';