From 2696dd8c014afb2fbd23f8b0c9a5d5c543982e77 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 17 Aug 2014 00:18:20 +0200 Subject: [PATCH] haskell-gitit: mark broken as the package won't compile with recent versions of pandoc --- pkgs/development/libraries/haskell/gitit/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/libraries/haskell/gitit/default.nix b/pkgs/development/libraries/haskell/gitit/default.nix index 50388662001..44a04cc5380 100644 --- a/pkgs/development/libraries/haskell/gitit/default.nix +++ b/pkgs/development/libraries/haskell/gitit/default.nix @@ -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; }; })