mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
jellyfin-ffmpeg: fix tests
eval
$ nix build --no-link -f. jellyfin-ffmpeg.tests error: error: attribute 'pkgConfigModules' missing
This commit is contained in:
parent
01962add7e
commit
a60dcc7fc1
@ -39,5 +39,6 @@
|
||||
homepage = "https://github.com/jellyfin/jellyfin-ffmpeg";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ justinas ];
|
||||
pkgConfigModules = [ "libavutil" ];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user