qtwebkit-plugins: drop, no consumers

This commit is contained in:
Luna Nova
2026-04-26 12:15:54 -07:00
parent ad2d8e9cfe
commit 741db42b21
2 changed files with 0 additions and 44 deletions
@@ -1,42 +0,0 @@
{
lib,
stdenv,
fetchFromGitHub,
qmake,
qtwebkit,
hunspell,
}:
stdenv.mkDerivation {
pname = "qtwebkit-plugins";
version = "unstable-2017-01-25";
src = fetchFromGitHub {
owner = "QupZilla";
repo = "qtwebkit-plugins";
rev = "b58ee9d5b31977491662aa4e8bee16404638bf14";
sha256 = "04wvlhdj45g1v1a3zl0pkf9r72i22h1br10lhhrgad7ypym974gw";
};
nativeBuildInputs = [ qmake ];
buildInputs = [
qtwebkit
hunspell
];
dontWrapQtApps = true;
postPatch = ''
sed -i "s,-lhunspell,-lhunspell-${lib.versions.majorMinor hunspell.version}," src/spellcheck/spellcheck.pri
sed -i "s,\$\$\[QT_INSTALL_PLUGINS\],$out/$qtPluginPrefix," src/src.pro
'';
meta = {
description = "Spell checking plugin using Hunspell and HTML5 Notifications plugin for QtWebKit";
homepage = "https://github.com/QupZilla/qtwebkit-plugins";
license = lib.licenses.gpl3;
platforms = lib.platforms.linux;
maintainers = [ ];
};
}
-2
View File
@@ -219,8 +219,6 @@ makeScopeWithSplicing' {
telepathy = callPackage ../development/libraries/telepathy/qt { };
qtwebkit-plugins = callPackage ../development/libraries/qtwebkit-plugins { };
signond = callPackage ../development/libraries/signond { };
timed = callPackage ../applications/system/timed { };