mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
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
|
||||
testFrameworkQuickcheck2 testFrameworkTh
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
description = "Package for user configuration files (INI)";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
Loading…
Reference in New Issue
Block a user