sbclPackages.enchant: add enchant_2 dependency

This commit is contained in:
Daniel Nagy
2026-08-10 23:09:18 +02:00
parent e0397e2841
commit 2efbc4b5e5

View File

@@ -77,6 +77,9 @@ let
dbd-mysql = super.dbd-mysql.overrideLispAttrs (o: {
nativeLibs = [ pkgs.mariadb.client ];
});
enchant = super.enchant.overrideLispAttrs (o: {
nativeLibs = [ pkgs.enchant_2 ];
});
lla = super.lla.overrideLispAttrs (o: {
nativeLibs = [ pkgs.openblas ];
});