Disable broken builds for Haskell packages gitit and influxdb.

This commit is contained in:
Peter Simons 2015-06-02 10:14:27 +02:00
parent 921b000fa5
commit 52829ce24a

View file

@ -402,7 +402,6 @@ self: super: {
http-client-openssl = dontCheck super.http-client-openssl;
http-client-tls = dontCheck super.http-client-tls;
ihaskell = dontCheck super.ihaskell;
influxdb = dontCheck (dontJailbreak super.influxdb);
itanium-abi = dontCheck super.itanium-abi;
katt = dontCheck super.katt;
language-slice = dontCheck super.language-slice;
@ -834,4 +833,11 @@ self: super: {
# https://github.com/DanielG/cabal-helper/issues/2
cabal-helper = overrideCabal super.cabal-helper (drv: { preCheck = "export HOME=$TMPDIR"; });
# https://github.com/jgm/gitit/issues/494
gitit = markBroken super.gitit;
# https://github.com/maoe/influxdb-haskell/issues/26
influxdb = markBroken (dontCheck super.influxdb);
snaplet-influxdb = dontDistribute super.snaplet-influxdb;
}