Commit 80764733 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

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
parent e6cb9d2c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''