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
@@ -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