mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
lua: add 'lua' attribute pointing to 'lua5'
This commit is contained in:
parent
48817c8d97
commit
1388ae5da5
@ -3464,6 +3464,7 @@ let
|
||||
compat = true;
|
||||
};
|
||||
lua5 = lua5_1;
|
||||
lua = lua5;
|
||||
|
||||
lua5_sockets = callPackage ../development/interpreters/lua-5/sockets.nix {};
|
||||
lua5_expat = callPackage ../development/interpreters/lua-5/expat.nix {};
|
||||
|
Loading…
Reference in New Issue
Block a user