Merge pull request #309811 from jmpunkt/fix-phpdocumentor

phpdocumentor: add missing build input
This commit is contained in:
Pol Dellaiera 2024-05-07 15:00:44 +02:00 committed by GitHub
commit 5e141ace2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
{ lib
, php
, fetchFromGitHub
, makeBinaryWrapper
}:
php.buildComposerProject (finalAttrs: {
@ -19,6 +20,8 @@ php.buildComposerProject (finalAttrs: {
# Needed because of the unbound version constraint on phpdocumentor/json-path
composerStrictValidation = false;
nativeBuildInputs = [ makeBinaryWrapper ];
installPhase = ''
runHook preInstall