Merge pull request #309811 from jmpunkt/fix-phpdocumentor

phpdocumentor: add missing build input

authored by Pol Dellaiera and committed by GitHub 5e141ace d582c5fe

+3
+3
pkgs/by-name/ph/phpdocumentor/package.nix
··· 1 { lib 2 , php 3 , fetchFromGitHub 4 }: 5 6 php.buildComposerProject (finalAttrs: { ··· 18 19 # Needed because of the unbound version constraint on phpdocumentor/json-path 20 composerStrictValidation = false; 21 22 installPhase = '' 23 runHook preInstall
··· 1 { lib 2 , php 3 , fetchFromGitHub 4 + , makeBinaryWrapper 5 }: 6 7 php.buildComposerProject (finalAttrs: { ··· 19 20 # Needed because of the unbound version constraint on phpdocumentor/json-path 21 composerStrictValidation = false; 22 + 23 + nativeBuildInputs = [ makeBinaryWrapper ]; 24 25 installPhase = '' 26 runHook preInstall