Commit cb7760c2 authored by Anderson Torres's avatar Anderson Torres
Browse files

smplayer: migrate to by-name

parent 9217de29
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
{ 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;
+0 −2
Original line number Diff line number Diff line
@@ -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 { };