modules/autopatch: patch Jitsi exporter
This commit is contained in:
parent
8a7f929cc7
commit
4ee1430909
1 changed files with 5 additions and 1 deletions
|
@ -6,7 +6,11 @@
|
||||||
patched = import ../../packages/patched-derivations.nix super;
|
patched = import ../../packages/patched-derivations.nix super;
|
||||||
in {
|
in {
|
||||||
|
|
||||||
inherit (patched) sssd tempo;
|
inherit (patched)
|
||||||
|
prometheus-jitsi-exporter
|
||||||
|
sssd
|
||||||
|
tempo
|
||||||
|
;
|
||||||
|
|
||||||
jre_headless = patched.jre17_standard;
|
jre_headless = patched.jre17_standard;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue