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 3f2002a0da4af..15b66e560b1fe 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: {
@@ -16,6 +17,8 @@ php.buildComposerProject (finalAttrs: {
 
   vendorHash = "sha256-rsBg2EHbvYLVr6haN1brHZFVjLDaxqdkNWf0HL3Eoy0=";
 
+  nativeBuildInputs = [ makeBinaryWrapper ];
+
   installPhase = ''
     runHook preInstall