haskell-http-client-restricted: jailbreak to fix the build with older versions of http-client

wip/yesman
Peter Simons 3 years ago
parent 6c3e331e1c
commit 5b220ae92d
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -1567,4 +1567,7 @@ self: super: {
# Allow building with recent versions of tasty.
lukko = doJailbreak super.lukko;
# Allow building with older versions of http-client.
http-client-restricted = doJailbreak super.http-client-restricted;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

Loading…
Cancel
Save