mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
kde5.plasma-desktop: add missing ksysguard dependency
This commit is contained in:
parent
719b8e6d4c
commit
b214c6b64f
@ -7,7 +7,7 @@
|
||||
, qtsvg, libXcursor, libXft, libxkbfile, xf86inputevdev
|
||||
, xf86inputsynaptics, xinput, xkeyboard_config, xorgserver
|
||||
, libcanberra_kde, libpulseaudio, makeQtWrapper, utillinux
|
||||
, qtquickcontrols
|
||||
, qtquickcontrols, ksysguard
|
||||
}:
|
||||
|
||||
plasmaPackage rec {
|
||||
@ -17,14 +17,14 @@ plasmaPackage rec {
|
||||
kdoctools
|
||||
makeQtWrapper
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
buildInputs = [
|
||||
attica boost fontconfig kcmutils kdbusaddons kded kitemmodels knewstuff
|
||||
knotifications knotifyconfig kwallet libcanberra_kde libXcursor
|
||||
libpulseaudio libXft libxkbfile phonon qtsvg xf86inputevdev
|
||||
xf86inputsynaptics xkeyboard_config xinput baloo kactivities kauth
|
||||
kdeclarative kdelibs4support kemoticons kglobalaccel ki18n kpeople krunner
|
||||
kwin plasma-framework plasma-workspace qtdeclarative
|
||||
qtquickcontrols qtx11extras
|
||||
qtquickcontrols qtx11extras ksysguard
|
||||
];
|
||||
patches = [
|
||||
./0001-qt-5.5-QML-import-paths.patch
|
||||
|
Loading…
Reference in New Issue
Block a user