haskell-BlogLiterately: mark build as broken
https://github.com/byorgey/BlogLiterately/issues/13
This commit is contained in:
parent
4ee1fcc6b9
commit
3484f7caa3
@ -22,5 +22,7 @@ cabal.mkDerivation (self: {
|
|||||||
description = "A tool for posting Haskelly articles to blogs";
|
description = "A tool for posting Haskelly articles to blogs";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user