yakuake: add missing kglobalaccel
This commit is contained in:
parent
7232ea43b6
commit
88dc84c183
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
mkDerivation, lib, kdoctools, extra-cmake-modules,
|
mkDerivation, lib, kdoctools, extra-cmake-modules,
|
||||||
karchive, kcrash, kdbusaddons, ki18n, kiconthemes, knewstuff, knotifications,
|
karchive, kcrash, kdbusaddons, ki18n, kiconthemes, knewstuff, knotifications,
|
||||||
knotifyconfig, konsole, kparts, kwindowsystem, qtx11extras
|
knotifyconfig, konsole, kparts, kwindowsystem, qtx11extras, kglobalaccel
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -9,7 +9,7 @@ mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
karchive kcrash kdbusaddons ki18n kiconthemes knewstuff knotifications
|
karchive kcrash kdbusaddons ki18n kiconthemes knewstuff knotifications
|
||||||
knotifyconfig kparts kwindowsystem qtx11extras
|
knotifyconfig kparts kwindowsystem qtx11extras kglobalaccel
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user