Unverified Commit 5e141ace authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #309811 from jmpunkt/fix-phpdocumentor

phpdocumentor: add missing build input
parents d582c5fe 832bb3df
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
{ 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