Skip to content

Commit f4d9cae

Browse files
committed
develop: matrix-synapse overlay
1 parent c8774e9 commit f4d9cae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

overlays/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
}
1212
);
1313

14+
# ERROR Missing dependencies: poetry-core<=2.1.3,>=1.1.0
15+
matrix-synapse = prev.matrix-synapse.overrideAttrs (oldAttrs: {
16+
pythonRemoveDeps = (oldAttrs.pythonRemoveDeps or [ ]) ++ [ "poetry-core" ];
17+
});
18+
1419
open-webui = inputs.open-webui-0-6-18.legacyPackages.${final.system}.open-webui;
1520
};
1621
}

0 commit comments

Comments
 (0)