haskellPackages.ldap-client-og: disable test suite

sdist tarball is missing test/ldap.js which is necessary for the test
suite.
This commit is contained in:
sternenseemann 2023-05-10 19:54:16 +02:00
parent bd8335552e
commit 23b4dc068a

@ -193,6 +193,10 @@ self: super: {
# For -f-auto see cabal.project in haskell-language-server.
ghc-lib-parser-ex = addBuildDepend self.ghc-lib-parser (disableCabalFlag "auto" super.ghc-lib-parser-ex);
# Test ldap server test/ldap.js is missing from sdist
# https://github.com/supki/ldap-client/issues/18
ldap-client-og = dontCheck super.ldap-client-og;
# For -fghc-lib see cabal.project in haskell-language-server.
stylish-haskell = if lib.versionAtLeast super.ghc.version "9.2"
then enableCabalFlag "ghc-lib"