forked from mirrors/nixpkgs
haskell-cipher-aes: test suite has been fixed upstream
This commit is contained in:
parent
80e98ba00a
commit
6130aa2a4d
|
@ -827,9 +827,6 @@ self: super: {
|
|||
# FPCO's fork of Cabal won't succeed its test suite.
|
||||
Cabal-ide-backend = dontCheck super.Cabal-ide-backend;
|
||||
|
||||
# https://github.com/vincenthz/hs-cipher-aes/issues/35
|
||||
cipher-aes = dontCheck super.cipher-aes;
|
||||
|
||||
# https://github.com/DanielG/cabal-helper/issues/2
|
||||
cabal-helper = overrideCabal super.cabal-helper (drv: { preCheck = "export HOME=$TMPDIR"; });
|
||||
|
||||
|
|
Loading…
Reference in a new issue