1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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