3
0
Fork 0
forked from mirrors/nixpkgs

kde5.kxmlrpcclient: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 11:04:34 -05:00
parent b8b755a869
commit 02f34bbcbc

View file

@ -2,9 +2,7 @@
kdeFramework {
name = "kxmlrpcclient";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules ];
propagatedBuildInputs = [ ki18n kio ];
meta = {
maintainers = [ lib.maintainers.ttuegel ];
};
}