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 12:58:42 +02:00
parent b8b3be7098
commit 832bb3df1c
No known key found for this signature in database
GPG Key ID: 7D00DC06D0B220A0
1 changed files with 3 additions and 0 deletions

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