mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
jitsi-meet: fix infinite recursion with prosody package
This commit is contained in:
parent
c2ae88e026
commit
6f224e65ea
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ in
|
|||
|
||||
# required for muc_breakout_rooms
|
||||
package = lib.mkDefault (
|
||||
config.services.prosody.package.override {
|
||||
pkgs.prosody.override {
|
||||
withExtraLuaPackages = p: with p; [ cjson ];
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue