kde5.kjs: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 10:56:40 -05:00
parent 4e983f65b9
commit 27078990f9

View file

@ -6,11 +6,9 @@
kdeFramework {
name = "kjs";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules kdoctools makeQtWrapper ];
postInstall = ''
wrapQtProgram "$out/bin/kjs5"
'';
meta = {
maintainers = [ lib.maintainers.ttuegel ];
};
}