lua51Packages.luxio: fix build

This commit is contained in:
Jonathan Ringer 2021-05-15 00:27:53 -07:00
parent 537a1940e8
commit 322ec24acd

View file

@ -123,6 +123,8 @@ with self; {
);
'';
NIX_LDFLAGS = [ "-ldl" ];
meta = with lib; {
description = "Lightweight UNIX I/O and POSIX binding for Lua";
homepage = "https://www.gitano.org.uk/luxio/";