phpdocumentor: add missing build input

Since 3be507be1e
'php.buildComposerProject' does not provide the 'makeBinaryWrapper'
anymore, causing the build to fail.
This commit is contained in:
Jonas Meurer
2024-05-07 13:33:54 +02:00
parent b8b3be7098
commit 832bb3df1c
@@ -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