quaternion-qt6: create alias

This commit is contained in:
Aliaksandr
2026-01-03 03:44:54 +02:00
parent 91fab2d3e8
commit 93cb49e202
2 changed files with 2 additions and 3 deletions
+1
View File
@@ -1414,6 +1414,7 @@ mapAliases {
qtile-unwrapped = throw "'qtile-unwrapped' has been renamed to/replaced by 'python3.pkgs.qtile'"; # Converted to throw 2025-10-27
quantum-espresso-mpi = throw "'quantum-espresso-mpi' has been renamed to/replaced by 'quantum-espresso'"; # Converted to throw 2025-10-27
quaternion-qt5 = throw "'quaternion-qt5' has been removed as quaternion dropped Qt5 support with v0.0.97.1"; # Added 2025-05-24
quaternion-qt6 = warnAlias "'quaternion-qt6 has been renamed to quaternion"; # Added 2025-12-31
qubes-core-vchan-xen = throw "'qubes-core-vchan-xen' has been removed because it has been marked as broken since at least November 2024."; # Added 2025-10-11
quicksynergy = throw "'quicksynergy' has been removed due to lack of maintenance upstream. Consider using 'deskflow' instead."; # Added 2025-06-18
quictls = throw "'quictls' has been removed. QUIC support is now available in `openssl`.";
+1 -3
View File
@@ -1670,10 +1670,8 @@ with pkgs;
charles5
;
quaternion-qt6 =
qt6Packages.callPackage ../applications/networking/instant-messengers/quaternion
quaternion = qt6Packages.callPackage ../applications/networking/instant-messengers/quaternion
{ };
quaternion = quaternion-qt6;
tensor = libsForQt5.callPackage ../applications/networking/instant-messengers/tensor { };