Merge pull request #115484 from markus1189/haskellPackages-unbreak-amazonka
haskellPackages.amazonka: Unbreak by fetching patch
This commit is contained in:
commit
672d801574
|
@ -1617,4 +1617,13 @@ self: super: {
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
# while waiting for a new release: https://github.com/brendanhay/amazonka/pull/572
|
||||||
|
amazonka = appendPatches (doJailbreak super.amazonka) [
|
||||||
|
(pkgs.fetchpatch {
|
||||||
|
stripLen = 1;
|
||||||
|
url = "https://github.com/brendanhay/amazonka/commit/43ddd87b1ebd6af755b166e16336259ec025b337.patch";
|
||||||
|
sha256 = "1x9l5xgvrh908di6whpavyp08cys11v3yn6rc21zw87xiyigdbi3";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
|
|
@ -3183,7 +3183,6 @@ broken-packages:
|
||||||
- amazon-emailer
|
- amazon-emailer
|
||||||
- amazon-emailer-client-snap
|
- amazon-emailer-client-snap
|
||||||
- amazon-products
|
- amazon-products
|
||||||
- amazonka
|
|
||||||
- amazonka-s3-streaming
|
- amazonka-s3-streaming
|
||||||
- amby
|
- amby
|
||||||
- AMI
|
- AMI
|
||||||
|
|
Loading…
Reference in New Issue