Merge pull request #277600 from trofi/jellyfin-ffmpeg-fix-tests-eval

jellyfin-ffmpeg: fix `tests` eval
This commit is contained in:
Nick Cao 2023-12-30 10:11:55 -05:00 committed by GitHub
commit f260d14cd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,5 +39,6 @@
homepage = "https://github.com/jellyfin/jellyfin-ffmpeg";
license = licenses.gpl3;
maintainers = with maintainers; [ justinas ];
pkgConfigModules = [ "libavutil" ];
};
})