mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
Merge pull request #46812 from serokell/fix-arcanist
arcanist: fix mtime impurity
This commit is contained in:
commit
1a26028ed8
@ -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
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user