Change license for ffmpeg, remove nixos22.11 from tests

This commit is contained in:
Mateusz Słodkowicz 2023-05-18 23:42:41 +02:00
parent 6162747a35
commit bdc20d1e3c
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 1 additions and 1 deletions

View File

@ -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 ];