3
0
Fork 0
forked from mirrors/nixpkgs

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 {
name = "kglobalaccel";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules makeQtWrapper ];
buildInputs = [ kconfig kcoreaddons kcrash kdbusaddons ];
propagatedBuildInputs = [ kwindowsystem qtx11extras ];
propagatedBuildInputs = [
kconfig kcoreaddons kcrash kdbusaddons kwindowsystem qtx11extras
];
postInstall = ''
wrapQtProgram "$out/bin/kglobalaccel5"
'';
meta = {
maintainers = [ lib.maintainers.ttuegel ];
};
}