From bdc20d1e3c31feade77f0ba6cbdc4a14b1b7fc0e Mon Sep 17 00:00:00 2001 From: materus Date: Thu, 18 May 2023 23:42:41 +0200 Subject: [PATCH] Change license for ffmpeg, remove nixos22.11 from tests --- pkgs/apps/ffmpeg/generic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/apps/ffmpeg/generic.nix b/pkgs/apps/ffmpeg/generic.nix index 47df5c5..8e6ac65 100644 --- a/pkgs/apps/ffmpeg/generic.nix +++ b/pkgs/apps/ffmpeg/generic.nix @@ -703,7 +703,7 @@ stdenv.mkDerivation (finalAttrs: { license = with licenses; [ lgpl21Plus ] ++ optional withGPL gpl2Plus ++ optional withGPLv3 gpl3Plus - ++ optional withUnfree unfreeRedistributable; + ++ optional withUnfree unfree; pkgConfigModules = [ "libavutil" ]; platforms = platforms.all; maintainers = with maintainers; [ atemu ];