From 57457ce2dcb7ba4d2f5c4742068ef3ffa25c559c Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Thu, 12 Jan 2017 21:07:19 +0300 Subject: ldapply: openldap is implicit --- modules/pkgs/ldapply/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/pkgs/ldapply/default.nix b/modules/pkgs/ldapply/default.nix index 85f0184..6bd1219 100644 --- a/modules/pkgs/ldapply/default.nix +++ b/modules/pkgs/ldapply/default.nix @@ -1,8 +1,8 @@ -{ haskell, haskellPackages, openldap }: +{ haskell, haskellPackages }: let myHaskellPkgs = haskellPackages.override { overrides = self: super: { - LDAP = self.callPackage ./ldap.nix { inherit openldap; }; # Version with ldapExternalSaslBind + LDAP = self.callPackage ./ldap.nix { }; # Version with ldapExternalSaslBind ldif = haskell.lib.dontCheck super.ldif; # requires ancient HUnit == 1.2.* }; }; -- cgit v1.2.3