haskellPackages.zxcvbn-c: link against pkgs.zxcvbn-c

This commit is contained in:
sternenseemann
2026-01-09 12:46:57 +01:00
parent 1018fca0f0
commit 24df578776
@@ -1157,6 +1157,11 @@ builtins.intersectAttrs super {
}
);
# Don't use vendored copy of zxcvbn-c
zxcvbn-c = addBuildDepends [
pkgs.zxcvbn-c
] (enableCabalFlag "use-shared-lib" super.zxcvbn-c);
# The test suite has undeclared dependencies on git.
githash = dontCheck super.githash;