mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
plasma54.plasma-workspace: add missing runtime dependencies
This commit is contained in:
parent
b9b5b69f11
commit
a3adb749d7
1 changed files with 16 additions and 86 deletions
|
@ -1,56 +1,13 @@
|
|||
{ plasmaPackage
|
||||
, extra-cmake-modules
|
||||
, kdoctools
|
||||
, baloo
|
||||
, kactivities
|
||||
, kcmutils
|
||||
, kcrash
|
||||
, kdbusaddons
|
||||
, kdeclarative
|
||||
, kdelibs4support
|
||||
, kdesu
|
||||
, kdewebkit
|
||||
, kglobalaccel
|
||||
, kidletime
|
||||
, kjsembed
|
||||
, knewstuff
|
||||
, knotifyconfig
|
||||
, kpackage
|
||||
, krunner
|
||||
, ktexteditor
|
||||
, ktextwidgets
|
||||
, kwallet
|
||||
, kwayland
|
||||
, kwin
|
||||
, kxmlrpcclient
|
||||
, libdbusmenu
|
||||
, libkscreen
|
||||
, libSM
|
||||
, libXcursor
|
||||
, networkmanager-qt
|
||||
, pam
|
||||
, phonon
|
||||
, plasma-framework
|
||||
, qtscript
|
||||
, qtx11extras
|
||||
, wayland
|
||||
, libksysguard
|
||||
, bash
|
||||
, coreutils
|
||||
, gnused
|
||||
, gnugrep
|
||||
, socat
|
||||
, kconfig
|
||||
, kinit
|
||||
, kservice
|
||||
, qttools
|
||||
, dbus_tools
|
||||
, mkfontdir
|
||||
, xmessage
|
||||
, xprop
|
||||
, xrdb
|
||||
, xset
|
||||
, xsetroot
|
||||
{ plasmaPackage, extra-cmake-modules, kdoctools, baloo
|
||||
, kactivities, kcmutils, kcrash, kdbusaddons, kdeclarative
|
||||
, kdelibs4support, kdesu, kdewebkit, kglobalaccel, kidletime
|
||||
, kjsembed, knewstuff, knotifyconfig, kpackage, krunner
|
||||
, ktexteditor, ktextwidgets, kwallet, kwayland, kwin, kxmlrpcclient
|
||||
, libdbusmenu, libkscreen, libSM, libXcursor, networkmanager-qt
|
||||
, pam, phonon, plasma-framework, qtquick1, qtscript, qtx11extras, wayland
|
||||
, libksysguard, bash, coreutils, gnused, gnugrep, socat, kconfig
|
||||
, kinit, kservice, qttools, dbus_tools, mkfontdir, xmessage, xprop
|
||||
, xrdb, xset, xsetroot, solid
|
||||
}:
|
||||
|
||||
plasmaPackage {
|
||||
|
@ -60,39 +17,12 @@ plasmaPackage {
|
|||
kdoctools
|
||||
];
|
||||
buildInputs = [
|
||||
baloo
|
||||
kactivities
|
||||
kcmutils
|
||||
kcrash
|
||||
kdbusaddons
|
||||
kdeclarative
|
||||
kdelibs4support
|
||||
kdesu
|
||||
kdewebkit
|
||||
kglobalaccel
|
||||
kidletime
|
||||
kjsembed
|
||||
knewstuff
|
||||
knotifyconfig
|
||||
kpackage
|
||||
krunner
|
||||
ktexteditor
|
||||
ktextwidgets
|
||||
kwallet
|
||||
kwayland
|
||||
kwin
|
||||
kxmlrpcclient
|
||||
libdbusmenu
|
||||
libkscreen
|
||||
libSM
|
||||
libXcursor
|
||||
networkmanager-qt
|
||||
pam
|
||||
phonon
|
||||
plasma-framework
|
||||
qtscript
|
||||
qtx11extras
|
||||
wayland
|
||||
baloo kactivities kcmutils kcrash kdbusaddons kdeclarative
|
||||
kdelibs4support kdesu kdewebkit kglobalaccel kidletime kjsembed
|
||||
knewstuff knotifyconfig kpackage krunner ktexteditor ktextwidgets
|
||||
kwallet kwayland kwin kxmlrpcclient libdbusmenu libkscreen libSM
|
||||
libXcursor networkmanager-qt pam phonon plasma-framework qtquick1
|
||||
qtscript qtx11extras solid wayland
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
libksysguard
|
||||
|
|
Loading…
Reference in a new issue