kde5.dolphin: propagate all buildInputs
This commit is contained in:
parent
a2e4821311
commit
a742a3e98f
@ -29,42 +29,22 @@
|
|||||||
|
|
||||||
kdeApp {
|
kdeApp {
|
||||||
name = "dolphin";
|
name = "dolphin";
|
||||||
|
meta = {
|
||||||
|
license = with lib.licenses; [ gpl2 fdl12 ];
|
||||||
|
maintainers = [ lib.maintainers.ttuegel ];
|
||||||
|
};
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
extra-cmake-modules
|
extra-cmake-modules
|
||||||
kdoctools
|
kdoctools
|
||||||
makeQtWrapper
|
makeQtWrapper
|
||||||
];
|
];
|
||||||
buildInputs = [
|
|
||||||
kinit
|
|
||||||
kcmutils
|
|
||||||
kcoreaddons
|
|
||||||
knewstuff
|
|
||||||
kdbusaddons
|
|
||||||
kbookmarks
|
|
||||||
kconfig
|
|
||||||
kparts
|
|
||||||
solid
|
|
||||||
kiconthemes
|
|
||||||
kcompletion
|
|
||||||
knotifications
|
|
||||||
phonon
|
|
||||||
baloo-widgets
|
|
||||||
];
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
baloo
|
kinit kcmutils kcoreaddons knewstuff kdbusaddons kbookmarks kconfig kparts
|
||||||
kactivities
|
solid kiconthemes kcompletion knotifications phonon baloo-widgets baloo
|
||||||
kdelibs4support
|
kactivities kdelibs4support kfilemetadata ki18n kio ktexteditor
|
||||||
kfilemetadata
|
|
||||||
ki18n
|
|
||||||
kio
|
|
||||||
ktexteditor
|
|
||||||
kwindowsystem
|
kwindowsystem
|
||||||
];
|
];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapQtProgram "$out/bin/dolphin"
|
wrapQtProgram "$out/bin/dolphin"
|
||||||
'';
|
'';
|
||||||
meta = {
|
|
||||||
license = with lib.licenses; [ gpl2 fdl12 ];
|
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user