kde5.kdesu: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 10:51:24 -05:00
parent be1091d46c
commit e6a1d1c3d0

View file

@ -4,10 +4,7 @@
kdeFramework {
name = "kdesu";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ kcoreaddons kservice ];
propagatedBuildInputs = [ ki18n kpty ];
meta = {
maintainers = [ lib.maintainers.ttuegel ];
};
propagatedBuildInputs = [ kcoreaddons ki18n kpty kservice ];
}