haskell-gitit: mark broken as the package won't compile with recent versions of pandoc

This commit is contained in:
Peter Simons 2014-08-17 00:18:20 +02:00
parent a6c02d58af
commit 2696dd8c01

View File

@ -26,5 +26,7 @@ cabal.mkDerivation (self: {
description = "Wiki using happstack, git or darcs, and pandoc";
license = "GPL";
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
broken = true;
};
})