Skip to content

Commit

Permalink
phpPackages.composer: fix included patch
Browse files Browse the repository at this point in the history
The patch has not been included in the `vendor`, issue introduced in #372696

Context: composer/composer#12263
  • Loading branch information
drupol committed Jan 20, 2025
1 parent e6cb9d2 commit 8076473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/php-packages/composer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -97,7 +97,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {

outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "sha256-McyO3Z4PSyC6LiWt8rsXziAIbEqOhiaT77gUdzZ6tzw=";
outputHash = "sha256-0VbIaOuXeBNRd41q4Ogde8/B4hApueb5FeZ8cGHwB7s=";
};

installPhase = ''
Expand Down

0 comments on commit 8076473

Please sign in to comment.