ffmpegthumbs: add taglib input

This commit is contained in:
Thomas Tuegel
2021-02-04 14:52:01 -06:00
parent e2e0b52dae
commit ff7b81e870
+2 -2
View File
@@ -1,7 +1,7 @@
{
mkDerivation, lib,
extra-cmake-modules,
ffmpeg_3, kio
ffmpeg_3, kio, taglib
}:
mkDerivation {
@@ -11,5 +11,5 @@ mkDerivation {
maintainers = [ lib.maintainers.ttuegel ];
};
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ ffmpeg_3 kio ];
buildInputs = [ ffmpeg_3 kio taglib ];
}