Disable broken builds for Haskell packages gitit and influxdb.
This commit is contained in:
parent
921b000fa5
commit
52829ce24a
@ -402,7 +402,6 @@ self: super: {
|
|||||||
http-client-openssl = dontCheck super.http-client-openssl;
|
http-client-openssl = dontCheck super.http-client-openssl;
|
||||||
http-client-tls = dontCheck super.http-client-tls;
|
http-client-tls = dontCheck super.http-client-tls;
|
||||||
ihaskell = dontCheck super.ihaskell;
|
ihaskell = dontCheck super.ihaskell;
|
||||||
influxdb = dontCheck (dontJailbreak super.influxdb);
|
|
||||||
itanium-abi = dontCheck super.itanium-abi;
|
itanium-abi = dontCheck super.itanium-abi;
|
||||||
katt = dontCheck super.katt;
|
katt = dontCheck super.katt;
|
||||||
language-slice = dontCheck super.language-slice;
|
language-slice = dontCheck super.language-slice;
|
||||||
@ -834,4 +833,11 @@ self: super: {
|
|||||||
# https://github.com/DanielG/cabal-helper/issues/2
|
# https://github.com/DanielG/cabal-helper/issues/2
|
||||||
cabal-helper = overrideCabal super.cabal-helper (drv: { preCheck = "export HOME=$TMPDIR"; });
|
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…
x
Reference in New Issue
Block a user