about summary refs log tree commit diff
path: root/pkgs/by-name/ph/phpdocumentor/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/ph/phpdocumentor/package.nix')
-rw-r--r--pkgs/by-name/ph/phpdocumentor/package.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/by-name/ph/phpdocumentor/package.nix b/pkgs/by-name/ph/phpdocumentor/package.nix
index d94b143a0c0e6..e0eeef5935a3b 100644
--- a/pkgs/by-name/ph/phpdocumentor/package.nix
+++ b/pkgs/by-name/ph/phpdocumentor/package.nix
@@ -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