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:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user