libsForQt5.libquotient: mark dropped

Upstream removed qt5 support in https://github.com/quotient-im/libQuotient/pull/709

Grimmauld 6702de4f 242a5e4c

Changed files
+2 -7
pkgs
development
libraries
libquotient
top-level
-4
pkgs/development/libraries/libquotient/default.nix
···
qtkeychain,
}:
-
let
-
isQt6 = lib.versions.major qtbase.version == "6";
-
in
stdenv.mkDerivation rec {
pname = "libquotient";
version = "0.9.1";
···
cmakeFlags = [
"-DQuotient_ENABLE_E2EE=ON"
-
(lib.cmakeBool "BUILD_WITH_QT6" isQt6)
];
# https://github.com/quotient-im/libQuotient/issues/551
+2 -1
pkgs/top-level/aliases.nix
···
sddm
neochat # added 2025-07-04
itinerary # added 2025-07-04
+
libquotient # added 2025-07-04
;
};
···
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
-2
pkgs/top-level/qt5-packages.nix
···
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 { };