From a6ca28c3f36d3ea082a0a3c21ae910c9ca1cba51 Mon Sep 17 00:00:00 2001 From: Anish Lakhwara Date: Wed, 16 Aug 2023 23:36:27 -0700 Subject: [PATCH] lituus: add mautrix-signal with necessary dependencies --- overlays/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/overlays/default.nix b/overlays/default.nix index e31736c..903ccd8 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -10,6 +10,10 @@ calibre-web = prev.calibre-web.overrideAttrs (prevAttrs: rec { propagatedBuildInputs = prevAttrs.propagatedBuildInputs ++ [ final.python3.pkgs.jsonschema ]; # allow kobo sync stuff }); + mautrix-signal = prev.mautrix-signal.overrideAttrs (prevAttrs: rec { + buildInputs = prevAttrs.propagatedBuildInputs ++ [ final.python3.pkgs.aiosqlite ]; # We're using sqlite and upstream doesn't package this dependency + }); + # Need to do server and agent too, maybe # woodpecker-cli-next = # let