Skip to content

Commit

Permalink
Merge pull request #46812 from serokell/fix-arcanist
Browse files Browse the repository at this point in the history
arcanist: fix mtime impurity
  • Loading branch information
c0bw3b committed Oct 21, 2018
2 parents a4c0cdd + 6a1cb96 commit 1a26028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/misc/arcanist/default.nix
Expand Up @@ -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
'';

Expand Down

0 comments on commit 1a26028

Please sign in to comment.