mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
quaternion-qt5: remove (#410503)
This commit is contained in:
commit
3fde79ab42
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
{ };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue