summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-03-08 11:34:51 +0100
committerPeter Simons <simons@cryp.to>2015-03-09 15:20:59 +0100
commitf2fc20481163a34e4c64d4c48a366467f6901b06 (patch)
tree83a33251c09fb770ba11d8f508c242ed4e9b1c6d /pkgs/development/haskell-modules/configuration-common.nix
parentdddf5158c3a9397d9c0761b65d15a85c61729e66 (diff)
downloadnixpkgs-f2fc20481163a34e4c64d4c48a366467f6901b06.tar
nixpkgs-f2fc20481163a34e4c64d4c48a366467f6901b06.tar.gz
nixpkgs-f2fc20481163a34e4c64d4c48a366467f6901b06.tar.bz2
nixpkgs-f2fc20481163a34e4c64d4c48a366467f6901b06.tar.lz
nixpkgs-f2fc20481163a34e4c64d4c48a366467f6901b06.tar.xz
nixpkgs-f2fc20481163a34e4c64d4c48a366467f6901b06.tar.zst
nixpkgs-f2fc20481163a34e4c64d4c48a366467f6901b06.zip
haskell-blip and haskell-xcffib don't compile.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 7ab52bb4db6..367c3d5d1ab 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -395,7 +395,6 @@ self: super: {
   WebBits = dontCheck super.WebBits;                    # http://hydra.cryp.to/build/499604/log/raw
   webdriver-angular = dontCheck super.webdriver-angular;
   webdriver = dontCheck super.webdriver;
-  xcffib = dontCheck super.xcffib;
   xsd = dontCheck super.xsd;
 
   # https://bitbucket.org/wuzzeb/webdriver-utils/issue/1/hspec-webdriver-101-cant-compile-its-test
@@ -623,6 +622,12 @@ self: super: {
   # https://github.com/hunt-framework/hunt/issues/99
   hunt-server = markBrokenVersion "0.3.0.2" super.hunt-server;
 
+  # https://github.com/bjpop/blip/issues/16
+  blip = markBroken super.blip;
+
+  # https://github.com/tych0/xcffib/issues/37
+  xcffib = markBroken super.xcffib;
+
 } // {
 
   # Not on Hackage.