kde5.kglobalaccel: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 10:52:59 -05:00
parent 0e94f26382
commit f3bf03250e

View File

@ -11,13 +11,12 @@
kdeFramework { kdeFramework {
name = "kglobalaccel"; name = "kglobalaccel";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules makeQtWrapper ]; nativeBuildInputs = [ extra-cmake-modules makeQtWrapper ];
buildInputs = [ kconfig kcoreaddons kcrash kdbusaddons ]; propagatedBuildInputs = [
propagatedBuildInputs = [ kwindowsystem qtx11extras ]; kconfig kcoreaddons kcrash kdbusaddons kwindowsystem qtx11extras
];
postInstall = '' postInstall = ''
wrapQtProgram "$out/bin/kglobalaccel5" wrapQtProgram "$out/bin/kglobalaccel5"
''; '';
meta = {
maintainers = [ lib.maintainers.ttuegel ];
};
} }