Loading pkgs/build-support/php/builders/v2/build-composer-project.nix +3 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ let patches ? [ ], doCheck ? true, doInstallCheck ? true, dontCheckForBrokenSymlinks ? true, passthru ? { }, meta ? { }, ... Loading @@ -33,6 +34,7 @@ let strictDeps doCheck doInstallCheck dontCheckForBrokenSymlinks ; nativeBuildInputs = nativeBuildInputs ++ [ Loading Loading @@ -95,6 +97,7 @@ let composerNoPlugins composerNoScripts composerStrictValidation dontCheckForBrokenSymlinks ; }); Loading pkgs/build-support/php/builders/v2/build-composer-vendor.nix +6 −1 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ let strictDeps ? true, doCheck ? true, doInstallCheck ? false, dontCheckForBrokenSymlinks ? true, ... }@args: assert (lib.assertMsg (args ? pname) "mkComposerVendor expects pname argument."); Loading @@ -33,7 +34,11 @@ let # See https://github.com/NixOS/nix/issues/6660 inherit dontPatchShebangs; inherit buildInputs strictDeps doCheck; inherit buildInputs strictDeps doCheck ; nativeBuildInputs = nativeBuildInputs ++ [ composer Loading Loading
pkgs/build-support/php/builders/v2/build-composer-project.nix +3 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ let patches ? [ ], doCheck ? true, doInstallCheck ? true, dontCheckForBrokenSymlinks ? true, passthru ? { }, meta ? { }, ... Loading @@ -33,6 +34,7 @@ let strictDeps doCheck doInstallCheck dontCheckForBrokenSymlinks ; nativeBuildInputs = nativeBuildInputs ++ [ Loading Loading @@ -95,6 +97,7 @@ let composerNoPlugins composerNoScripts composerStrictValidation dontCheckForBrokenSymlinks ; }); Loading
pkgs/build-support/php/builders/v2/build-composer-vendor.nix +6 −1 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ let strictDeps ? true, doCheck ? true, doInstallCheck ? false, dontCheckForBrokenSymlinks ? true, ... }@args: assert (lib.assertMsg (args ? pname) "mkComposerVendor expects pname argument."); Loading @@ -33,7 +34,11 @@ let # See https://github.com/NixOS/nix/issues/6660 inherit dontPatchShebangs; inherit buildInputs strictDeps doCheck; inherit buildInputs strictDeps doCheck ; nativeBuildInputs = nativeBuildInputs ++ [ composer Loading