quaternion-qt5: remove (#410503)

This commit is contained in:
Aleksana 2025-05-24 22:20:10 +08:00 committed by GitHub
commit 3fde79ab42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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
{ };