smtube: drop, depends on insecure&unmaintained qtwebkit

https://github.com/smplayer-dev/smtube/issues/30
This commit is contained in:
Luna Nova
2026-04-26 12:11:59 -07:00
parent daaf1c7d6d
commit 143f6e057e
3 changed files with 1 additions and 44 deletions
@@ -1,42 +0,0 @@
{
lib,
stdenv,
fetchurl,
qmake,
wrapQtAppsHook,
qtscript,
qtwebkit,
}:
stdenv.mkDerivation rec {
version = "21.10.0";
pname = "smtube";
src = fetchurl {
url = "mirror://sourceforge/smtube/SMTube/${version}/${pname}-${version}.tar.bz2";
sha256 = "sha256-ZQIUAi/YC+zsYHVhlprZ5K6NGvT6LojmdQ1Z+WCg1lU=";
};
makeFlags = [
"PREFIX=$(out)"
];
dontUseQmakeConfigure = true;
nativeBuildInputs = [
qmake
wrapQtAppsHook
];
buildInputs = [
qtscript
qtwebkit
];
meta = {
description = "Play and download Youtube videos";
homepage = "http://smplayer.sourceforge.net/smtube.php";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ vbgl ];
platforms = lib.platforms.linux;
};
}
+1
View File
@@ -1874,6 +1874,7 @@ mapAliases {
slrn = throw "'slrn' has been removed because it is unmaintained upstream and broken."; # Added 2025-06-11
slurm-llnl = throw "'slurm-llnl' has been renamed to/replaced by 'slurm'"; # Converted to throw 2025-10-27
smartgithg = throw "'smartgithg' has been renamed to/replaced by 'smartgit'"; # Converted to throw 2025-10-27
smtube = throw "'smtube' has been removed as it depends on insecure&unmaintained qtwebkit"; # Added 2026-04-26
snapcraft = throw "snapcraft was removed in Sep 25 following removal of LXD from nixpkgs"; # Added 2025-09-18
snort2 = throw "snort2 has been removed as it is deprecated and unmaintained by upstream. Consider using snort (snort3) package instead."; # 2025-05-21
snowman = throw "snowman has been removed as it is unmaintained by upstream"; # 2025-10-12
-2
View File
@@ -9980,8 +9980,6 @@ with pkgs;
protobuf = protobuf_21;
};
smtube = libsForQt5.callPackage ../applications/video/smtube { };
inherit
({
softmaker-office = callPackage ../applications/office/softmaker/softmaker-office.nix { };