3
0
Fork 0
forked from mirrors/nixpkgs

kde5.kpty: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 11:00:04 -05:00
parent 0d01e89a19
commit 86d9ef9c0f

View file

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