lispPackages_new.sbclPackages.pgloader: add

missing freetds dependency to mssql nativeLibs
This commit is contained in:
teutat3s 2022-11-07 12:34:40 +01:00
parent 6c10d499c6
commit 286e7fbbe9
No known key found for this signature in database
GPG Key ID: 18DAE600A6BBE705

View File

@ -60,6 +60,9 @@ let
trivial-ssh-libssh2 = pkg: {
nativeLibs = [ libssh2 ];
};
mssql = pkg: {
nativeLibs = [ freetds ];
};
sqlite = pkg: {
nativeLibs = [ sqlite ];
};