mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
propagate kidletime dependencies
This commit is contained in:
parent
ea2f246b61
commit
c017efa466
@ -17,15 +17,15 @@ plasmaPackage {
|
||||
kdoctools
|
||||
];
|
||||
buildInputs = [
|
||||
kcmutils kcrash kdbusaddons kdesu kdewebkit kidletime kjsembed
|
||||
knewstuff knotifyconfig kpackage krunner ktexteditor ktextwidgets
|
||||
kwallet kwayland kwin kxmlrpcclient libdbusmenu libkscreen libSM
|
||||
kcmutils kcrash kdbusaddons kdesu kdewebkit 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 = [
|
||||
baloo kactivities kdeclarative kdelibs4support kglobalaccel
|
||||
libksysguard
|
||||
kidletime libksysguard
|
||||
];
|
||||
patches = [ ./0001-startkde-NixOS-patches.patch ];
|
||||
|
||||
|
@ -11,10 +11,11 @@ plasmaPackage {
|
||||
kdoctools
|
||||
];
|
||||
buildInputs = [
|
||||
kconfig kdbusaddons kidletime kio knotifyconfig libkscreen
|
||||
plasma-workspace solid udev
|
||||
kconfig kdbusaddons kio knotifyconfig libkscreen plasma-workspace
|
||||
solid udev
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
kactivities kauth kdelibs4support kglobalaccel ki18n qtx11extras
|
||||
kactivities kauth kdelibs4support kglobalaccel ki18n kidletime
|
||||
qtx11extras
|
||||
];
|
||||
}
|
||||
|
@ -7,10 +7,10 @@ kdeFramework {
|
||||
name = "baloo";
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
buildInputs = [
|
||||
kconfig kcrash kdbusaddons kidletime kio lmdb qtquick1 solid
|
||||
kconfig kcrash kdbusaddons kio lmdb qtquick1 solid
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
kauth kcoreaddons kfilemetadata ki18n qtbase
|
||||
kauth kcoreaddons kfilemetadata ki18n kidletime qtbase
|
||||
];
|
||||
postInstall = ''
|
||||
wrapKDEProgram "$out/bin/baloo_file"
|
||||
|
Loading…
Reference in New Issue
Block a user