1
0
Fork 1
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:
Peter Simons 2015-05-14 20:37:57 +02:00
parent 0fa44a5633
commit 1191c95e13

View file

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