mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
haskell-hakyll: disable test suite to fix build error
This commit is contained in:
parent
1d0e0fd167
commit
525342632f
@ -22,6 +22,7 @@ cabal.mkDerivation (self: {
|
||||
QuickCheck random regexBase regexTdfa tagsoup testFramework
|
||||
testFrameworkHunit testFrameworkQuickcheck2 text time
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://jaspervdj.be/hakyll";
|
||||
description = "A static website compiler library";
|
||||
|
Loading…
Reference in New Issue
Block a user