kde5.libkexiv2: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 13:14:59 -05:00
parent 6d74e3a619
commit 3c6065bc5b

View File

@ -6,14 +6,14 @@
kdeApp {
name = "libkexiv2";
nativeBuildInputs = [
extra-cmake-modules
];
buildInputs = [
exiv2
];
meta = {
license = with lib.licenses; [ gpl2 lgpl21 bsd3 ];
maintainers = [ lib.maintainers.ttuegel ];
};
nativeBuildInputs = [
extra-cmake-modules
];
propagatedBuildInputs = [
exiv2
];
}