libsForQt5.libquotient: mark dropped

Upstream removed qt5 support in https://github.com/quotient-im/libQuotient/pull/709
This commit is contained in:
Grimmauld 2025-07-04 23:38:10 +02:00
parent 242a5e4c4f
commit 6702de4f4f
No known key found for this signature in database
3 changed files with 2 additions and 7 deletions

View File

@ -10,9 +10,6 @@
qtkeychain,
}:
let
isQt6 = lib.versions.major qtbase.version == "6";
in
stdenv.mkDerivation rec {
pname = "libquotient";
version = "0.9.1";
@ -41,7 +38,6 @@ stdenv.mkDerivation rec {
cmakeFlags = [
"-DQuotient_ENABLE_E2EE=ON"
(lib.cmakeBool "BUILD_WITH_QT6" isQt6)
];
# https://github.com/quotient-im/libQuotient/issues/551

View File

@ -188,6 +188,7 @@ let
sddm
neochat # added 2025-07-04
itinerary # added 2025-07-04
libquotient # added 2025-07-04
;
};
@ -1054,7 +1055,7 @@ mapAliases {
libpseudo = throw "'libpseudo' was removed as it is broken and not maintained upstream"; # Added 2025-05-17
libpulseaudio-vanilla = libpulseaudio; # Added 2022-04-20
libqt5pas = libsForQt5.libqtpas; # Added 2024-12-25
libquotient = libsForQt5.libquotient; # Added 2023-11-11
libquotient = throw "'libquotient' for qt5 was removed as upstream removed qt5 support. Consider explicitly upgrading to qt6 'libquotient'"; # Converted to throw 2025-07-04
librarian-puppet-go = throw "'librarian-puppet-go' has been removed, as its upstream is unmaintained"; # Added 2024-06-10
librdf = throw "'librdf' has been renamed to/replaced by 'lrdf'"; # Converted to throw 2024-10-17
librdf_raptor = throw "librdf_raptor has been remove due to failing to build and being unmaintained"; # Added 2025-04-14

View File

@ -202,8 +202,6 @@ makeScopeWithSplicing' {
libqtpas = callPackage ../development/compilers/fpc/libqtpas.nix { };
libquotient = callPackage ../development/libraries/libquotient { };
libqaccessibilityclient = callPackage ../development/libraries/libqaccessibilityclient { };
mapbox-gl-native = libsForQt5.callPackage ../development/libraries/mapbox-gl-native { };