mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
haskell-elm-get: jailbreak to fix build with recent http-client
This commit is contained in:
parent
3970579141
commit
4f48c33b74
@ -15,6 +15,7 @@ cabal.mkDerivation (self: {
|
||||
aeson aesonPretty ansiWlPprint binary Elm filepath HTTP httpClient
|
||||
httpClientTls httpTypes mtl network optparseApplicative vector
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://github.com/elm-lang/elm-get";
|
||||
description = "Tool for sharing and using Elm libraries";
|
||||
|
Loading…
Reference in New Issue
Block a user