summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2016-02-26 23:13:27 +0000
committerzimbatm <zimbatm@zimbatm.com>2016-02-26 23:13:27 +0000
commit4ecb1ce6799d2f99017ba2a941b8d11cb3879f44 (patch)
treed341931842a379d990f5e0d139e5c41b773de54d /pkgs/development/haskell-modules
parent1f00c52880e6f5907d0060eb5d2e739f6b1598e7 (diff)
parentaa196067b1022b4cac877f4d9c6a533f9e2db6b6 (diff)
downloadnixlib-4ecb1ce6799d2f99017ba2a941b8d11cb3879f44.tar
nixlib-4ecb1ce6799d2f99017ba2a941b8d11cb3879f44.tar.gz
nixlib-4ecb1ce6799d2f99017ba2a941b8d11cb3879f44.tar.bz2
nixlib-4ecb1ce6799d2f99017ba2a941b8d11cb3879f44.tar.lz
nixlib-4ecb1ce6799d2f99017ba2a941b8d11cb3879f44.tar.xz
nixlib-4ecb1ce6799d2f99017ba2a941b8d11cb3879f44.tar.zst
nixlib-4ecb1ce6799d2f99017ba2a941b8d11cb3879f44.zip
Merge pull request #11274 from robgssp/ldap
ldap-client: don't break on test failures
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 18b7dbfc03be..998cc151e1cb 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -436,6 +436,7 @@ self: super: {
   itanium-abi = dontCheck super.itanium-abi;
   katt = dontCheck super.katt;
   language-slice = dontCheck super.language-slice;
+  ldap-client = dontCheck super.ldap-client;
   lensref = dontCheck super.lensref;
   liquidhaskell = dontCheck super.liquidhaskell;
   lucid = dontCheck super.lucid; #https://github.com/chrisdone/lucid/issues/25