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

haskell-pool-conduit: mark as broken

Fails to build, deprecated.
This commit is contained in:
Joachim Fasting 2015-02-18 06:41:09 +00:00
parent 45b9432f82
commit b3bacd4d0c

View file

@ -14,5 +14,7 @@ cabal.mkDerivation (self: {
description = "Resource pool allocations via ResourceT. (deprecated)";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
broken = true;
};
})