summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-10-14 15:49:43 +0200
committerPeter Simons <simons@cryp.to>2014-10-14 17:39:34 +0200
commit2f3e8b1634bfbe091ca20e12a2de28f5c416ec27 (patch)
tree850f5e49365d1f08bfd980ba93cdf59279c4193c /pkgs
parent7d043bc45b6297a0e48bfdee85b388d5ab42a1d8 (diff)
downloadnixlib-2f3e8b1634bfbe091ca20e12a2de28f5c416ec27.tar
nixlib-2f3e8b1634bfbe091ca20e12a2de28f5c416ec27.tar.gz
nixlib-2f3e8b1634bfbe091ca20e12a2de28f5c416ec27.tar.bz2
nixlib-2f3e8b1634bfbe091ca20e12a2de28f5c416ec27.tar.lz
nixlib-2f3e8b1634bfbe091ca20e12a2de28f5c416ec27.tar.xz
nixlib-2f3e8b1634bfbe091ca20e12a2de28f5c416ec27.tar.zst
nixlib-2f3e8b1634bfbe091ca20e12a2de28f5c416ec27.zip
haste-perch: broken by network 2.6.x update
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/haste-perch/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/haste-perch/default.nix b/pkgs/development/libraries/haskell/haste-perch/default.nix
index aec315995c82..8b55299eab52 100644
--- a/pkgs/development/libraries/haskell/haste-perch/default.nix
+++ b/pkgs/development/libraries/haskell/haste-perch/default.nix
@@ -13,5 +13,6 @@ cabal.mkDerivation (self: {
     license = self.stdenv.lib.licenses.gpl3;
     platforms = self.ghc.meta.platforms;
     maintainers = with self.stdenv.lib.maintainers; [ tomberek ];
+    broken = true;
   };
 })