Merge: rust-synapse-compress-state: rename from rust-synapse-state-compress (#387126)

This commit is contained in:
Maximilian Bosch
2025-03-08 11:11:26 +01:00
committed by GitHub
3 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -932,7 +932,7 @@ mapAliases {
matrique = throw "'matrique' has been renamed to/replaced by 'spectral'"; # Converted to throw 2024-10-17
matrix-sliding-sync = throw "matrix-sliding-sync has been removed as matrix-synapse 114.0 and later covers its functionality"; # Added 2024-10-20
matrix-synapse-tools = recurseIntoAttrs {
rust-synapse-state-compress = lib.warnOnInstantiate "`matrix-synapse-tools.rust-synapse-compress-state` has been renamed to `rust-synapse-compress-state`" rust-synapse-state-compress;
rust-synapse-compress-state = lib.warnOnInstantiate "`matrix-synapse-tools.rust-synapse-compress-state` has been renamed to `rust-synapse-compress-state`" rust-synapse-compress-state;
synadm = lib.warnOnInstantiate "`matrix-synapse-tools.synadm` has been renamed to `synadm`" synadm;
}; # Added 2025-02-20
maui-nota = libsForQt5.mauiPackages.nota; # added 2022-05-17
@@ -1312,6 +1312,7 @@ mapAliases {
rtx = mise; # Added 2024-01-05
runCommandNoCC = runCommand;
runCommandNoCCLocal = runCommandLocal;
rust-synapse-state-compress = rust-synapse-compress-state;
rustc-wasm32 = rustc; # Added 2023-12-01
rustfilt = throw "'rustfilt' has been removed due to lack of upstream maintenance"; # Added 2025-01-26
rustic-rs = rustic; # Added 2024-08-02