3
0
Fork 0
forked from mirrors/nixpkgs

kde5.kcolorchooser: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 13:11:19 -05:00
parent d3b1d5740e
commit 6cef508a39

View file

@ -5,12 +5,10 @@
kdeApp {
name = "kcolorchooser";
meta = {
license = with lib.licenses; [ mit ];
maintainers = [ lib.maintainers.ttuegel ];
};
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ ki18n kwidgetsaddons kxmlgui ];
propagatedBuildInputs = [ ki18n kwidgetsaddons kxmlgui ];
}