mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
haskell-influxdb: don't jailbreak this build; the Cabal file is too complex
This commit is contained in:
parent
0fa44a5633
commit
1191c95e13
|
@ -403,7 +403,7 @@ self: super: {
|
|||
http-client-openssl = dontCheck super.http-client-openssl;
|
||||
http-client-tls = dontCheck super.http-client-tls;
|
||||
ihaskell = dontCheck super.ihaskell;
|
||||
influxdb = dontCheck super.influxdb;
|
||||
influxdb = dontCheck (dontJailbreak super.influxdb);
|
||||
itanium-abi = dontCheck super.itanium-abi;
|
||||
katt = dontCheck super.katt;
|
||||
language-slice = dontCheck super.language-slice;
|
||||
|
|
Loading…
Reference in a new issue