kde5.libkipi: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 13:15:26 -05:00
parent 3c6065bc5b
commit a5aaea3fb5

View File

@ -9,14 +9,14 @@
kdeApp { kdeApp {
name = "libkipi"; name = "libkipi";
nativeBuildInputs = [
extra-cmake-modules
];
buildInputs = [
kconfig ki18n kservice kxmlgui
];
meta = { meta = {
license = with lib.licenses; [ gpl2 lgpl21 bsd3 ]; license = with lib.licenses; [ gpl2 lgpl21 bsd3 ];
maintainers = [ lib.maintainers.ttuegel ]; maintainers = [ lib.maintainers.ttuegel ];
}; };
nativeBuildInputs = [
extra-cmake-modules
];
propagatedBuildInputs = [
kconfig ki18n kservice kxmlgui
];
} }