From 14cb7c355682d0d44f591c56caa8ee9aafe02f68 Mon Sep 17 00:00:00 2001 From: Jonathan Davies Date: Mon, 24 Nov 2025 17:22:04 +0000 Subject: [PATCH] mpv: Update license per: - https://github.com/mpv-player/mpv/blob/master/meson.build --- pkgs/applications/video/mpv/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/video/mpv/default.nix b/pkgs/applications/video/mpv/default.nix index 7724b1254f4a..8b95f6171a23 100644 --- a/pkgs/applications/video/mpv/default.nix +++ b/pkgs/applications/video/mpv/default.nix @@ -340,7 +340,10 @@ stdenv.mkDerivation (finalAttrs: { MPlayer and mplayer2 projects, with great improvements above both. ''; changelog = "https://github.com/mpv-player/mpv/releases/tag/v${finalAttrs.version}"; - license = lib.licenses.gpl2Plus; + license = [ + lib.licenses.gpl2Plus + lib.licenses.lgpl21Plus + ]; mainProgram = "mpv"; maintainers = with lib.maintainers; [ fpletz