3
0
Fork 0
forked from mirrors/nixpkgs

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:
Peter Simons 2014-08-17 00:17:10 +02:00
parent 6a540466a0
commit a6c02d58af

View file

@ -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;
};
})