phpPackages.composer: fix included patch

The patch has not been included in the `vendor`, issue introduced in https://github.com/NixOS/nixpkgs/pull/372696

Context: https://github.com/composer/composer/pull/12263
This commit is contained in:
Pol Dellaiera
2025-01-20 13:11:26 +01:00
parent e6cb9d2c98
commit 8076473384
@@ -53,7 +53,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
vendor = stdenvNoCC.mkDerivation {
pname = "${finalAttrs.pname}-vendor";
inherit (finalAttrs) src version;
inherit (finalAttrs) src version patches;
nativeBuildInputs = [
cacert
@@ -97,7 +97,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "sha256-McyO3Z4PSyC6LiWt8rsXziAIbEqOhiaT77gUdzZ6tzw=";
outputHash = "sha256-0VbIaOuXeBNRd41q4Ogde8/B4hApueb5FeZ8cGHwB7s=";
};
installPhase = ''