haskell-hakyll: mark broken as the package won't compile with recent versions of pandoc
https://github.com/jaspervdj/hakyll/issues/280
This commit is contained in:
parent
6a540466a0
commit
a6c02d58af
1 changed files with 2 additions and 0 deletions
|
@ -33,5 +33,7 @@ cabal.mkDerivation (self: {
|
|||
description = "A static website compiler library";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue