Revert "lua51Packages.luxio: fix build"

This reverts commit 322ec24acd.
After the parent commit we don't need to fix individual lua users.
This commit is contained in:
Vladimír Čunát 2021-05-15 09:37:32 +02:00
parent 539ad4f811
commit 4e8fa08311
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -123,8 +123,6 @@ 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/";