Skip to content

Commit

Permalink
haskellPackages.LDAP: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
rickynils committed Dec 29, 2017
1 parent d07bc8b commit 1de251c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/haskell-modules/configuration-nix.nix
Expand Up @@ -502,4 +502,7 @@ self: super: builtins.intersectAttrs super {
partial-semigroup = dontCheck super.partial-semigroup;
colour = dontCheck super.colour;

LDAP = dontCheck (overrideCabal super.LDAP (drv: {
librarySystemDepends = drv.librarySystemDepends or [] ++ [ pkgs.cyrus_sasl.dev ];
}));
}

0 comments on commit 1de251c

Please sign in to comment.