summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2021-03-19 20:28:09 +0100
committerPeter Simons <simons@cryp.to>2021-03-19 20:38:15 +0100
commitd8333b3ab7a5875585ce5cab43e0a2d2b2adacd7 (patch)
treea1938b7eed9d861d77196c45240f1e03f203dfc9 /pkgs/development/haskell-modules/configuration-common.nix
parent6e9ca2d92645a5161ccf3c464b19bada143fac7a (diff)
downloadnixpkgs-d8333b3ab7a5875585ce5cab43e0a2d2b2adacd7.tar
nixpkgs-d8333b3ab7a5875585ce5cab43e0a2d2b2adacd7.tar.gz
nixpkgs-d8333b3ab7a5875585ce5cab43e0a2d2b2adacd7.tar.bz2
nixpkgs-d8333b3ab7a5875585ce5cab43e0a2d2b2adacd7.tar.lz
nixpkgs-d8333b3ab7a5875585ce5cab43e0a2d2b2adacd7.tar.xz
nixpkgs-d8333b3ab7a5875585ce5cab43e0a2d2b2adacd7.tar.zst
nixpkgs-d8333b3ab7a5875585ce5cab43e0a2d2b2adacd7.zip
haskell-aws: add jailbreak to fix the build with base16-bytestring version 1.x
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 1a040e75b7d..481794c44a9 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -216,13 +216,7 @@ self: super: {
   angel = dontCheck super.angel;
   apache-md5 = dontCheck super.apache-md5;              # http://hydra.cryp.to/build/498709/nixlog/1/raw
   app-settings = dontCheck super.app-settings;          # http://hydra.cryp.to/build/497327/log/raw
-  aws = appendPatch (dontCheck super.aws)               # needs aws credentials
-        (pkgs.fetchpatch {
-          # https://github.com/aristidb/aws/pull/271
-          # bump a version bound
-          url = https://github.com/aristidb/aws/commit/3639262ccd6761dea76f052692ac3aefbd254723.patch;
-          sha256 = "0nxaspldgayqjnidda8w7wps5gdpr2wz6vynl7vkaw8kzxks9bci";
-        });
+  aws = doJailbreak (dontCheck super.aws);              # needs aws credentials, jailbreak for base16-bytestring
   aws-kinesis = dontCheck super.aws-kinesis;            # needs aws credentials for testing
   binary-protocol = dontCheck super.binary-protocol;    # http://hydra.cryp.to/build/499749/log/raw
   binary-search = dontCheck super.binary-search;