mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
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:
parent
6a540466a0
commit
a6c02d58af
@ -33,5 +33,7 @@ cabal.mkDerivation (self: {
|
|||||||
description = "A static website compiler library";
|
description = "A static website compiler library";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user