kde5.kglobalaccel: propagate all buildInputs
This commit is contained in:
parent
0e94f26382
commit
f3bf03250e
@ -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 ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user