Commit 7ed92185 authored by Grimmauld's avatar Grimmauld
Browse files

psi: drop

parent 65f12fd8
Loading
Loading
Loading
Loading
+0 −55
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  fetchFromGitHub,
  cmake,
  qtbase,
  wrapQtAppsHook,
  qtmultimedia,
  qtx11extras,
  qttools,
  qtwebengine,
  libidn,
  qca-qt5,
  libxscrnsaver,
  hunspell,
}:

stdenv.mkDerivation rec {
  pname = "psi";
  version = "1.5";
  src = fetchFromGitHub {
    owner = "psi-im";
    repo = "psi";
    rev = version;
    sha256 = "hXDZODHl14kimRlMQ1XjISQ2kk9NS78axVN3U21wkuM=";
    fetchSubmodules = true;
  };
  patches = [
    ./fix-cmake-hunspell-1.7.patch
  ];
  nativeBuildInputs = [
    cmake
    qttools
    wrapQtAppsHook
  ];
  buildInputs = [
    qtbase
    qtmultimedia
    qtx11extras
    qtwebengine
    libidn
    qca-qt5
    libxscrnsaver
    hunspell
  ];

  meta = {
    homepage = "https://psi-im.org";
    description = "XMPP (Jabber) client";
    mainProgram = "psi";
    maintainers = [ lib.maintainers.raskin ];
    license = lib.licenses.gpl2;
    platforms = lib.platforms.linux;
  };
}
+0 −12
Original line number Diff line number Diff line
diff --git a/cmake/modules/FindHunspell.cmake b/cmake/modules/FindHunspell.cmake
index a2d180b3..3a5aef3a 100644
--- a/cmake/modules/FindHunspell.cmake
+++ b/cmake/modules/FindHunspell.cmake
@@ -64,6 +64,7 @@ set(HUNSPELL_NAMES
 	hunspell-1.4
 	hunspell-1.5
 	hunspell-1.6
+	hunspell-1.7
 	libhunspell${d}
 )
 find_library(
+1 −0
Original line number Diff line number Diff line
@@ -1701,6 +1701,7 @@ mapAliases {
  protonvpn-gui = warnAlias "'protonvpn-gui' has been renamed to/replaced by 'proton-vpn'" proton-vpn; # Added 2026-02-23
  proxmark3-rrg = throw "'proxmark3-rrg' has been renamed to/replaced by 'proxmark3'"; # Converted to throw 2025-10-27
  pscid = throw "'pscid' has been removed because it was unmaintained upstream"; # Added 2025-12-12
  psi = throw "'psi' has been removed as it depended on EOL qt5 webengine. Consider moving to psi-plus, a somewhat more maintained fork."; # Added 2026-04-15
  pulp = throw "'pulp' has been removed because it was unmaintained upstream"; # Added 2025-12-12
  purescript-psa = throw "'purescript-psa' has been removed because it was unmaintained within nixpkgs"; # Added 2025-12-12
  purple-discord = throw "'purple-discord' has been renamed to/replaced by 'pidginPackages.purple-discord'"; # Converted to throw 2025-10-27
+0 −2
Original line number Diff line number Diff line
@@ -10126,8 +10126,6 @@ with pkgs;
    // (config.profanity or { })
  );

  psi = libsForQt5.callPackage ../applications/networking/instant-messengers/psi { };

  pulseview = libsForQt5.callPackage ../applications/science/electronics/pulseview { };

  puredata-with-plugins =