From 13be7c056b7e2a0b6d8ef4a01ed1187538d95cce Mon Sep 17 00:00:00 2001 From: Manuel Frischknecht Date: Sat, 24 May 2025 12:42:43 +0000 Subject: [PATCH] quaternion-qt5: remove Upstream dropped Qt5 support in v. 0.0.97.1 [^1][^2], although this sadly wasn't mentioned in the respective changelog [^3]. [^1]: https://github.com/quotient-im/Quaternion/commit/809be4975d6b8c45e1c9acf10d362a0c59e7ff5e [^2]: https://github.com/quotient-im/libQuotient/releases/tag/0.9.0 [^3]: https://github.com/quotient-im/Quaternion/releases/tag/0.0.97.1 Co-authored-by: Aleksana --- pkgs/top-level/aliases.nix | 1 + pkgs/top-level/all-packages.nix | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 6282093db163..c4b394bce4b7 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -1620,6 +1620,7 @@ mapAliases { qtcurve = throw "'qtcurve' has been renamed to/replaced by 'libsForQt5.qtcurve'"; # Converted to throw 2024-10-17 qtile-unwrapped = python3.pkgs.qtile; # Added 2023-05-12 quantum-espresso-mpi = quantum-espresso; # Added 2023-11-23 + quaternion-qt5 = throw "'quaternion-qt5' has been removed as quaternion dropped Qt5 support with v0.0.97.1"; # Added 2025-05-24 quickbms = throw "'quickbms' has been removed due to being unmaintained for many years."; # Added 2025-05-17 quicklispPackages = throw "Lisp packages have been redesigned. See 'lisp-modules' in the nixpkgs manual."; # Added 2024-05-07 quicklispPackagesABCL = throw "Lisp packages have been redesigned. See 'lisp-modules' in the nixpkgs manual."; # Added 2024-05-07 diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 330e39efac2c..feacfb23822b 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -1932,9 +1932,6 @@ with pkgs; charles5 ; - quaternion-qt5 = - libsForQt5.callPackage ../applications/networking/instant-messengers/quaternion - { }; quaternion-qt6 = qt6Packages.callPackage ../applications/networking/instant-messengers/quaternion { };