about 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>2017-10-17 11:52:02 +0200
committerPeter Simons <simons@cryp.to>2017-10-17 20:35:30 +0200
commitf9b72047f8c61140e2f928f2df1c7777fab3dede (patch)
tree7a99792b9570b3945245dee791d54e8c3095bfb4 /pkgs/development/haskell-modules/configuration-common.nix
parenta7144523cf310cd34a873f18fc4f55e06acf8d9e (diff)
downloadnixlib-f9b72047f8c61140e2f928f2df1c7777fab3dede.tar
nixlib-f9b72047f8c61140e2f928f2df1c7777fab3dede.tar.gz
nixlib-f9b72047f8c61140e2f928f2df1c7777fab3dede.tar.bz2
nixlib-f9b72047f8c61140e2f928f2df1c7777fab3dede.tar.lz
nixlib-f9b72047f8c61140e2f928f2df1c7777fab3dede.tar.xz
nixlib-f9b72047f8c61140e2f928f2df1c7777fab3dede.tar.zst
nixlib-f9b72047f8c61140e2f928f2df1c7777fab3dede.zip
haskell-fluid-idl-http-client: disable broken build
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 28743ca9481e..4e753ee94ffe 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -967,4 +967,7 @@ self: super: {
   # https://github.com/mgajda/json-autotype/issues/15
   json-autotype = doJailbreak super.json-autotype;
 
+  # Depends on broken fluid.
+  fluid-idl-http-client = markBroken super.fluid-idl-http-client;
+
 }