Loading pkgs/by-name/ph/phpdocumentor/package.nix +3 −0 Original line number Diff line number Diff line { lib , php , fetchFromGitHub , makeBinaryWrapper }: php.buildComposerProject (finalAttrs: { Loading @@ -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 Loading Loading
pkgs/by-name/ph/phpdocumentor/package.nix +3 −0 Original line number Diff line number Diff line { lib , php , fetchFromGitHub , makeBinaryWrapper }: php.buildComposerProject (finalAttrs: { Loading @@ -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 Loading