haskell-hsini: disable test suite to avoid build errors caused by a bogus cabal file
This commit is contained in:
parent
736bda8a0e
commit
757a690e2e
@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
|
|||||||
HUnit mtl parsec QuickCheck testFramework testFrameworkHunit
|
HUnit mtl parsec QuickCheck testFramework testFrameworkHunit
|
||||||
testFrameworkQuickcheck2 testFrameworkTh
|
testFrameworkQuickcheck2 testFrameworkTh
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Package for user configuration files (INI)";
|
description = "Package for user configuration files (INI)";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user