ffmpegthumbs: fixup inputs and outputs

This commit is contained in:
Thomas Tuegel
2017-08-21 06:51:08 -05:00
parent 284466837a
commit da47cdfffb
+1 -1
View File
@@ -11,5 +11,5 @@ mkDerivation {
maintainers = [ lib.maintainers.ttuegel ];
};
nativeBuildInputs = [ extra-cmake-modules ];
propagatedBuildInputs = [ ffmpeg kio ];
buildInputs = [ ffmpeg kio ];
}