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";
|
description = "Utility libraries for the advanced IRC bot, Lambdabot";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -31,6 +31,6 @@ cabal.mkDerivation (self: {
|
|||||||
license = "GPL";
|
license = "GPL";
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||||
broken = self.stdenv.lib.versionOlder "7.7" self.ghc.version;
|
broken = true;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user