ffmpegthumbs: fixup inputs and outputs

This commit is contained in:
Thomas Tuegel
2017-06-21 08:45:02 -05:00
parent 284466837a
commit da47cdfffb

View File

@@ -11,5 +11,5 @@ mkDerivation {
maintainers = [ lib.maintainers.ttuegel ];
};
nativeBuildInputs = [ extra-cmake-modules ];
propagatedBuildInputs = [ ffmpeg kio ];
buildInputs = [ ffmpeg kio ];
}