libsForQt5.neochat: drop

neochat depended on the deprecated libsForQt5.libquotient library.
libquotient removed qt5 support upstream in https://github.com/quotient-im/libQuotient/pull/709.
This commit is contained in:
Grimmauld
2025-07-04 23:28:57 +02:00
parent 011afbaf41
commit 4e61a6d125
5 changed files with 1 additions and 94 deletions

View File

@@ -272,7 +272,6 @@ let
krecorder = callPackage ./krecorder.nix { };
ktrip = callPackage ./ktrip.nix { };
kweather = callPackage ./kweather.nix { };
neochat = callPackage ./neochat.nix { };
plasmatube = callPackage ./plasmatube { };
qmlkonsole = callPackage ./qmlkonsole.nix { };
telly-skout = callPackage ./telly-skout.nix { };

View File

@@ -1,77 +0,0 @@
{
mkDerivation,
lib,
cmake,
extra-cmake-modules,
pkg-config,
wrapQtAppsHook,
cmark,
kconfig,
kdbusaddons,
ki18n,
kio,
kirigami-addons,
kirigami2,
kitemmodels,
knotifications,
kquickcharts,
kquickimageedit,
libpulseaudio,
libquotient,
libsecret,
olm,
qcoro,
qqc2-desktop-style,
qtgraphicaleffects,
qtlocation,
qtmultimedia,
qtquickcontrols2,
sonnet,
}:
mkDerivation {
pname = "neochat";
nativeBuildInputs = [
cmake
extra-cmake-modules
pkg-config
wrapQtAppsHook
];
buildInputs = [
cmark
kconfig
kdbusaddons
kio
ki18n
kirigami-addons
kirigami2
kitemmodels
knotifications
kquickcharts
kquickimageedit
libpulseaudio
libquotient
libsecret
olm
qcoro
qtgraphicaleffects
qtlocation
qtmultimedia
qtquickcontrols2
qqc2-desktop-style
sonnet
];
meta = with lib; {
description = "Client for matrix, the decentralized communication protocol";
mainProgram = "neochat";
homepage = "https://apps.kde.org/en/neochat";
license = licenses.gpl3Only;
maintainers = with maintainers; [ peterhoeg ];
platforms = with platforms; linux;
};
}

View File

@@ -1747,14 +1747,6 @@
name = "minuet-23.08.5.tar.xz";
};
};
neochat = {
version = "23.08.5";
src = fetchurl {
url = "${mirror}/stable/release-service/23.08.5/src/neochat-23.08.5.tar.xz";
sha256 = "0cj6j08g5ng1vifpb49rks9kp4mfb3h466n6afw9dk0xxgccc06k";
name = "neochat-23.08.5.tar.xz";
};
};
okular = {
version = "23.08.5";
src = fetchurl {

View File

@@ -115,14 +115,6 @@
name = "kweather-23.01.0.tar.xz";
};
};
neochat = {
version = "23.01.0";
src = fetchurl {
url = "${mirror}/stable/plasma-mobile/23.01.0/neochat-23.01.0.tar.xz";
sha256 = "0pkas8whwy1ih4sx9vaa7k55iiiy955dh4d53i4l1d0sjdf8pysd";
name = "neochat-23.01.0.tar.xz";
};
};
plasma-dialer = {
version = "23.01.0";
src = fetchurl {

View File

@@ -186,6 +186,7 @@ let
inherit (libsForQt5)
sddm
neochat # added 2025-07-04
;
};