Merge pull request #200049 from lucc/php-parallel-lint
php-parallel-lint: fix build
This commit is contained in:
commit
1e17dfac97
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ mkDerivation {
|
|||
buildPhase = ''
|
||||
runHook preBuild
|
||||
composer dump-autoload
|
||||
box build
|
||||
box compile
|
||||
runHook postBuild
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue