haskell-http-client-restricted: jailbreak to fix the build with older versions of http-client
This commit is contained in:
parent
6c3e331e1c
commit
5b220ae92d
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue