haskell-lambdabot: broken by network 2.6.x

This commit is contained in:
Peter Simons 2014-10-14 15:38:21 +02:00
parent d977c9f9fc
commit 12310472ca
2 changed files with 2 additions and 1 deletions

View File

@ -17,5 +17,6 @@ cabal.mkDerivation (self: {
description = "Utility libraries for the advanced IRC bot, Lambdabot";
license = "GPL";
platforms = self.ghc.meta.platforms;
broken = true;
};
})

View File

@ -31,6 +31,6 @@ cabal.mkDerivation (self: {
license = "GPL";
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
broken = self.stdenv.lib.versionOlder "7.7" self.ghc.version;
broken = true;
};
})