mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
haskell-http-client-restricted: jailbreak to fix the build with older versions of http-client
This commit is contained in:
parent
6c3e331e1c
commit
5b220ae92d
@ -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 New Issue
Block a user