kde5.libkdcraw: propagate all buildInputs

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

View File

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