luaPackages.lua-pam: move env variable into env for structuredAttrs (#502564)

This commit is contained in:
Matthieu Coudron
2026-03-26 12:18:16 +00:00
committed by GitHub
+1 -1
View File
@@ -132,7 +132,7 @@ rec {
};
# The makefile tries to link to `-llua<luaversion>`
LUA_LIBS = "-llua";
env.LUA_LIBS = "-llua";
buildInputs =
lib.optionals stdenv.hostPlatform.isLinux [ linux-pam ]