mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-15 03:40:22 +00:00
sbclPackages.enchant: add enchant_2 dependency
This commit is contained in:
@@ -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 ];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user