Merge pull request #200049 from lucc/php-parallel-lint

php-parallel-lint: fix build
This commit is contained in:
Jan Tojnar 2022-11-07 20:30:20 +01:00 committed by GitHub
commit 1e17dfac97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ mkDerivation {
buildPhase = ''
runHook preBuild
composer dump-autoload
box build
box compile
runHook postBuild
'';