diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-08-09 12:36:34 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-08-09 12:36:34 +0100 |
commit | b1bbc43863ad496dcb75ad5b322316a27397d87d (patch) | |
tree | 403d6a3ea36e37928e4d18486db2ab3886420a44 | |
parent | Support MSC3814: Dehydrated Devices Part 2 (#16010) (diff) | |
download | synapse-b1bbc43863ad496dcb75ad5b322316a27397d87d.tar.xz |
Add gcc and GNU make to the Nix flake
-rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index e70a41dfc2..8d88fb5982 100644 --- a/flake.nix +++ b/flake.nix @@ -89,6 +89,10 @@ }) # The rust-analyzer language server implementation. rust-analyzer + # GCC includes a linker; needed for building `ruff` + gcc + # Needed for building `ruff` + gnumake # Native dependencies for running Synapse. icu |