mirror of https://github.com/materusPL/Nixerus.git
Change license for ffmpeg, remove nixos22.11 from tests
This commit is contained in:
parent
6162747a35
commit
bdc20d1e3c
|
@ -703,7 +703,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
license = with licenses; [ lgpl21Plus ]
|
license = with licenses; [ lgpl21Plus ]
|
||||||
++ optional withGPL gpl2Plus
|
++ optional withGPL gpl2Plus
|
||||||
++ optional withGPLv3 gpl3Plus
|
++ optional withGPLv3 gpl3Plus
|
||||||
++ optional withUnfree unfreeRedistributable;
|
++ optional withUnfree unfree;
|
||||||
pkgConfigModules = [ "libavutil" ];
|
pkgConfigModules = [ "libavutil" ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ atemu ];
|
maintainers = with maintainers; [ atemu ];
|
||||||
|
|
Loading…
Reference in New Issue