summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Krüger <mkg20001@gmail.com>2022-12-26 02:00:50 +0100
committerMaciej Krüger <mkg20001@gmail.com>2022-12-26 02:00:57 +0100
commit881e0490ee13d75b36a2129079673cb99affa153 (patch)
treeb761ea9c72d7f864fab238d914e85ee59c9c40ab
parentsqlite-replication: drop (diff)
downloadnixpkgs-881e0490ee13d75b36a2129079673cb99affa153.tar.gz
sqlite-replication: add throw
-rw-r--r--pkgs/top-level/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 75f0d7731213..3102d08edf13 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -1432,6 +1432,7 @@ mapAliases ({
spotify-unwrapped = spotify; # added 2022-11-06
spring-boot = spring-boot-cli; # added 2020-04-24
sqlite3_analyzer = throw "'sqlite3_analyzer' has been renamed to/replaced by 'sqlite-analyzer'"; # Converted to throw 2022-02-22
+ sqlite-replication = throw "'sqlite-replication' has been removed since it is no longer required by lxd and is not maintained."; # throw 2022-12-26
sqliteInteractive = throw "'sqliteInteractive' has been renamed to/replaced by 'sqlite-interactive'"; # Converted to throw 2022-02-22
squid4 = squid; # added 2019-08-22
srcml = throw "'srcml' has been removed: abandoned by upstream"; # Added 2022-07-21