Merge pull request #181112 from whentze/prosody-lua5_2

This commit is contained in:
Sandro 2022-07-25 15:40:29 +02:00 committed by GitHub
commit c932d7b834
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22238,8 +22238,6 @@ with pkgs;
podgrab = callPackage ../servers/misc/podgrab { };
prosody = callPackage ../servers/xmpp/prosody {
# _compat can probably be removed on next minor version after 0.10.0
lua = lua5_2_compat;
withExtraLibs = [];
withExtraLuaPackages = _: [];
};