ffmpegthumbs: fixup inputs and outputs

This commit is contained in:
Thomas Tuegel 2017-06-21 08:45:02 -05:00
parent 284466837a
commit da47cdfffb
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

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