jellyfin-ffmpeg: fix tests eval

$ nix build --no-link -f. jellyfin-ffmpeg.tests
    error:
       error: attribute 'pkgConfigModules' missing
This commit is contained in:
Sergei Trofimovich 2023-12-29 20:09:49 +00:00
parent 01962add7e
commit a60dcc7fc1

View File

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