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

haskell-BlogLiterately: mark build as broken

https://github.com/byorgey/BlogLiterately/issues/13
This commit is contained in:
Peter Simons 2014-08-08 21:52:09 +02:00
parent 4ee1fcc6b9
commit 3484f7caa3

View file

@ -22,5 +22,7 @@ cabal.mkDerivation (self: {
description = "A tool for posting Haskelly articles to blogs";
license = "GPL";
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
broken = true;
};
})