summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2015-02-18 06:41:09 +0000
committerJoachim Fasting <joachifm@fastmail.fm>2015-02-18 06:41:09 +0000
commitb3bacd4d0c7f985f9bf67475c40c7d6db6d6bad9 (patch)
tree95b201cafa3969754866e52cbd19bef96ea51abe
parent45b9432f828863f9e4b956395223bb4c1abec3aa (diff)
downloadnixlib-b3bacd4d0c7f985f9bf67475c40c7d6db6d6bad9.tar
nixlib-b3bacd4d0c7f985f9bf67475c40c7d6db6d6bad9.tar.gz
nixlib-b3bacd4d0c7f985f9bf67475c40c7d6db6d6bad9.tar.bz2
nixlib-b3bacd4d0c7f985f9bf67475c40c7d6db6d6bad9.tar.lz
nixlib-b3bacd4d0c7f985f9bf67475c40c7d6db6d6bad9.tar.xz
nixlib-b3bacd4d0c7f985f9bf67475c40c7d6db6d6bad9.tar.zst
nixlib-b3bacd4d0c7f985f9bf67475c40c7d6db6d6bad9.zip
haskell-pool-conduit: mark as broken
Fails to build, deprecated.
-rw-r--r--pkgs/development/libraries/haskell/pool-conduit/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/pool-conduit/default.nix b/pkgs/development/libraries/haskell/pool-conduit/default.nix
index f8f748056c3c..14098c980bb3 100644
--- a/pkgs/development/libraries/haskell/pool-conduit/default.nix
+++ b/pkgs/development/libraries/haskell/pool-conduit/default.nix
@@ -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;
   };
 })