haskell-lambdabot: broken by network 2.6.x
This commit is contained in:
parent
d977c9f9fc
commit
12310472ca
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user