diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2023-05-03 16:26:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-03 16:26:15 +0100 |
commit | 1d6140ec8a94f7320c0ade3081d82de3b1dc1770 (patch) | |
tree | 33621142d73705cfb45f45f70528cae6e6b3601d /flake.nix | |
parent | Switch back to upstream devenv flake (#15533) (diff) | |
download | synapse-1d6140ec8a94f7320c0ade3081d82de3b1dc1770.tar.xz |
Add `xmlsec` package to flake.nix (#15532)
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index 3e24a6691e..76243d0601 100644 --- a/flake.nix +++ b/flake.nix @@ -93,6 +93,7 @@ # Native dependencies for unit tests (SyTest also requires OpenSSL). openssl + xmlsec # Native dependencies for running Complement. olm |