Unverified Commit 832bb3df authored by Jonas Meurer's avatar Jonas Meurer
Browse files

phpdocumentor: add missing build input

Since 3be507be
'php.buildComposerProject' does not provide the 'makeBinaryWrapper'
anymore, causing the build to fail.
parent b8b3be70
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