forked from mirrors/nixpkgs
haskellPackages.amazonka: Unbreak by fetching patch
This commit is contained in:
parent
01742ad805
commit
d0369d20a9
|
@ -1617,4 +1617,14 @@ 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
|
||||
|
|
|
@ -3183,7 +3183,6 @@ broken-packages:
|
|||
- amazon-emailer
|
||||
- amazon-emailer-client-snap
|
||||
- amazon-products
|
||||
- amazonka
|
||||
- amazonka-s3-streaming
|
||||
- amby
|
||||
- AMI
|
||||
|
|
Loading…
Reference in a new issue