mirror of
https://github.com/materusPL/Nixerus.git
synced 2026-06-26 18:36:42 +00:00
Change license for ffmpeg, remove nixos22.11 from tests
This commit is contained in:
@@ -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 ];
|
||||||
|
|||||||
Reference in New Issue
Block a user