mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
propagate plasma-workspace dependencies
This commit is contained in:
parent
a1da594888
commit
a543b45630
@ -7,9 +7,10 @@ plasmaPackage {
|
||||
name = "khotkeys";
|
||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||
buildInputs = [
|
||||
kcmutils kdbusaddons kxmlgui plasma-workspace
|
||||
kcmutils kdbusaddons kxmlgui
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
kdelibs4support kglobalaccel ki18n kio plasma-framework qtx11extras
|
||||
kdelibs4support kglobalaccel ki18n kio plasma-framework
|
||||
plasma-workspace qtx11extras
|
||||
];
|
||||
}
|
||||
|
@ -17,14 +17,15 @@ plasmaPackage {
|
||||
];
|
||||
buildInputs = [
|
||||
attica boost fontconfig kcmutils kdbusaddons kded kitemmodels
|
||||
knewstuff knotifications knotifyconfig kwallet
|
||||
libcanberra_kde libXcursor libpulseaudio libXft libxkbfile phonon
|
||||
plasma-workspace qtdeclarative qtx11extras qtsvg
|
||||
xf86inputevdev xf86inputsynaptics xkeyboard_config xinput
|
||||
knewstuff knotifications knotifyconfig kwallet libcanberra_kde
|
||||
libXcursor libpulseaudio libXft libxkbfile phonon qtdeclarative
|
||||
qtx11extras qtsvg xf86inputevdev xf86inputsynaptics
|
||||
xkeyboard_config xinput
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
baloo kactivities kauth kdeclarative kdelibs4support kemoticons
|
||||
kglobalaccel ki18n kpeople krunner kwin plasma-framework
|
||||
plasma-workspace
|
||||
];
|
||||
patches = [
|
||||
(substituteAll {
|
||||
|
@ -11,10 +11,10 @@ plasmaPackage {
|
||||
kdoctools
|
||||
];
|
||||
buildInputs = [
|
||||
kconfig kdbusaddons knotifyconfig plasma-workspace solid udev
|
||||
kconfig kdbusaddons knotifyconfig solid udev
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
kactivities kauth kdelibs4support kglobalaccel ki18n kio kidletime
|
||||
libkscreen qtx11extras
|
||||
libkscreen plasma-workspace qtx11extras
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user