luaPackages.luaposix: fix build with libxcrypt
This commit is contained in:
parent
f9df47f16d
commit
2b899ee967
1 changed files with 7 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
, libmysqlclient
|
||||
, libuuid
|
||||
, libuv
|
||||
, libxcrypt
|
||||
, libyaml
|
||||
, mariadb
|
||||
, mpfr
|
||||
|
@ -336,6 +337,12 @@ with prev;
|
|||
];
|
||||
});
|
||||
|
||||
luaposix = prev.luaLib.overrideLuarocks prev.luaposix (drv: {
|
||||
externalDeps = [
|
||||
{ name = "CRYPT"; dep = libxcrypt; }
|
||||
];
|
||||
});
|
||||
|
||||
luasec = prev.luaLib.overrideLuarocks prev.luasec (drv: {
|
||||
externalDeps = [
|
||||
{ name = "OPENSSL"; dep = openssl_1_1; }
|
||||
|
|
Loading…
Reference in a new issue