smplayer: migrate to by-name

This commit is contained in:
Anderson Torres
2024-05-22 11:51:15 -03:00
parent 9217de2956
commit cb7760c205
2 changed files with 8 additions and 6 deletions
@@ -1,11 +1,15 @@
{ lib
, stdenv
, fetchFromGitHub
, qmake
, qtscript
, wrapQtAppsHook
, qt5
}:
let
inherit (qt5)
qmake
qtscript
wrapQtAppsHook;
in
stdenv.mkDerivation (finalAttrs: {
pname = "smplayer";
version = "23.12.0";
@@ -53,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: {
options of MPlayer, SMPlayer adds other interesting features like the
possibility to play Youtube videos or download subtitles.
'';
changelog = "https://github.com/smplayer-dev/smplayer/releases/tag/v${finalAttrs.version}";
changelog = "https://github.com/smplayer-dev/smplayer/releases/tag/${finalAttrs.src.rev}";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ AndersonTorres ];
platforms = lib.platforms.linux;
-2
View File
@@ -33280,8 +33280,6 @@ with pkgs;
protobuf = protobuf_21;
};
smplayer = libsForQt5.callPackage ../applications/video/smplayer { };
smtube = libsForQt5.callPackage ../applications/video/smtube { };
softmaker-office = callPackage ../applications/office/softmaker/softmaker_office.nix { };