Loading pkgs/applications/video/smplayer/default.nix→pkgs/by-name/sm/smplayer/package.nix +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"; Loading Loading @@ -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; Loading pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -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 { }; Loading
pkgs/applications/video/smplayer/default.nix→pkgs/by-name/sm/smplayer/package.nix +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"; Loading Loading @@ -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; Loading
pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -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 { };