From a6c02d58aff769dfe91154b5dbce20252a702b3e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 17 Aug 2014 00:17:10 +0200 Subject: [PATCH] haskell-hakyll: mark broken as the package won't compile with recent versions of pandoc https://github.com/jaspervdj/hakyll/issues/280 --- pkgs/development/libraries/haskell/hakyll/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/libraries/haskell/hakyll/default.nix b/pkgs/development/libraries/haskell/hakyll/default.nix index abaf74db6524..1bb23f07bdbb 100644 --- a/pkgs/development/libraries/haskell/hakyll/default.nix +++ b/pkgs/development/libraries/haskell/hakyll/default.nix @@ -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; }; })