libsForQt5.libquotient: mark dropped
Upstream removed qt5 support in https://github.com/quotient-im/libQuotient/pull/709
This commit is contained in:
parent
242a5e4c4f
commit
6702de4f4f
@ -10,9 +10,6 @@
|
|||||||
qtkeychain,
|
qtkeychain,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
|
||||||
isQt6 = lib.versions.major qtbase.version == "6";
|
|
||||||
in
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libquotient";
|
pname = "libquotient";
|
||||||
version = "0.9.1";
|
version = "0.9.1";
|
||||||
@ -41,7 +38,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DQuotient_ENABLE_E2EE=ON"
|
"-DQuotient_ENABLE_E2EE=ON"
|
||||||
(lib.cmakeBool "BUILD_WITH_QT6" isQt6)
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# https://github.com/quotient-im/libQuotient/issues/551
|
# https://github.com/quotient-im/libQuotient/issues/551
|
||||||
|
|||||||
@ -188,6 +188,7 @@ let
|
|||||||
sddm
|
sddm
|
||||||
neochat # added 2025-07-04
|
neochat # added 2025-07-04
|
||||||
itinerary # 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
|
libpseudo = throw "'libpseudo' was removed as it is broken and not maintained upstream"; # Added 2025-05-17
|
||||||
libpulseaudio-vanilla = libpulseaudio; # Added 2022-04-20
|
libpulseaudio-vanilla = libpulseaudio; # Added 2022-04-20
|
||||||
libqt5pas = libsForQt5.libqtpas; # Added 2024-12-25
|
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
|
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 = 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
|
librdf_raptor = throw "librdf_raptor has been remove due to failing to build and being unmaintained"; # Added 2025-04-14
|
||||||
|
|||||||
@ -202,8 +202,6 @@ makeScopeWithSplicing' {
|
|||||||
|
|
||||||
libqtpas = callPackage ../development/compilers/fpc/libqtpas.nix { };
|
libqtpas = callPackage ../development/compilers/fpc/libqtpas.nix { };
|
||||||
|
|
||||||
libquotient = callPackage ../development/libraries/libquotient { };
|
|
||||||
|
|
||||||
libqaccessibilityclient = callPackage ../development/libraries/libqaccessibilityclient { };
|
libqaccessibilityclient = callPackage ../development/libraries/libqaccessibilityclient { };
|
||||||
|
|
||||||
mapbox-gl-native = libsForQt5.callPackage ../development/libraries/mapbox-gl-native { };
|
mapbox-gl-native = libsForQt5.callPackage ../development/libraries/mapbox-gl-native { };
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user