Disable broken builds for Haskell packages gitit and influxdb.
This commit is contained in:
parent
921b000fa5
commit
52829ce24a
1 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue