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

This commit is contained in:
Peter Simons 2021-01-15 20:47:46 +01:00
parent 6c3e331e1c
commit 5b220ae92d

View file

@ -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