mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
propagate baloo dependencies
This commit is contained in:
parent
1c8c5a1278
commit
a166ec9318
@ -23,9 +23,11 @@ kdeApp {
|
||||
ki18n
|
||||
kservice
|
||||
kfilemetadata
|
||||
baloo
|
||||
kdelibs4support
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
baloo
|
||||
];
|
||||
meta = {
|
||||
license = [ lib.licenses.lgpl21 ];
|
||||
maintainers = [ lib.maintainers.ttuegel ];
|
||||
|
@ -51,11 +51,13 @@ kdeApp {
|
||||
knotifications
|
||||
kactivities
|
||||
phonon
|
||||
baloo
|
||||
baloo-widgets
|
||||
kfilemetadata
|
||||
kdelibs4support
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
baloo
|
||||
];
|
||||
meta = {
|
||||
license = with lib.licenses; [ gpl2 fdl12 ];
|
||||
maintainers = [ lib.maintainers.ttuegel ];
|
||||
|
@ -20,7 +20,6 @@ kdeApp {
|
||||
kdoctools
|
||||
];
|
||||
buildInputs = [
|
||||
baloo
|
||||
exiv2
|
||||
kactivities
|
||||
kdelibs4support
|
||||
@ -28,6 +27,9 @@ kdeApp {
|
||||
lcms2
|
||||
phonon
|
||||
qtsvg
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
baloo
|
||||
qtx11extras
|
||||
];
|
||||
meta = {
|
||||
|
@ -16,7 +16,7 @@ plasmaPackage {
|
||||
kdoctools
|
||||
];
|
||||
buildInputs = [
|
||||
attica baloo boost fontconfig kactivities kauth kcmutils
|
||||
attica boost fontconfig kactivities kauth kcmutils
|
||||
kdbusaddons kdeclarative kded kdelibs4support kemoticons
|
||||
kglobalaccel ki18n kitemmodels knewstuff knotifications
|
||||
knotifyconfig kpeople krunner kwallet kwin libcanberra_kde
|
||||
@ -24,6 +24,7 @@ plasmaPackage {
|
||||
plasma-workspace qtdeclarative qtx11extras qtsvg xf86inputevdev
|
||||
xf86inputsynaptics xkeyboard_config xinput
|
||||
];
|
||||
propagatedBuildInputs = [ baloo ];
|
||||
patches = [
|
||||
(substituteAll {
|
||||
src = ./0001-hwclock.patch;
|
||||
|
@ -1,18 +1,6 @@
|
||||
{ plasmaPackage
|
||||
, extra-cmake-modules
|
||||
, baloo
|
||||
, kactivities
|
||||
, kconfig
|
||||
, kcoreaddons
|
||||
, kdeclarative
|
||||
, kguiaddons
|
||||
, ki18n
|
||||
, kio
|
||||
, kservice
|
||||
, kfilemetadata
|
||||
, plasma-framework
|
||||
, qtdeclarative
|
||||
, qtmultimedia
|
||||
{ plasmaPackage, extra-cmake-modules, baloo, kactivities, kconfig
|
||||
, kcoreaddons, kdeclarative, kguiaddons, ki18n, kio, kservice
|
||||
, kfilemetadata, plasma-framework, qtdeclarative, qtmultimedia
|
||||
, taglib
|
||||
}:
|
||||
|
||||
@ -22,19 +10,9 @@ plasmaPackage {
|
||||
extra-cmake-modules
|
||||
];
|
||||
buildInputs = [
|
||||
baloo
|
||||
kactivities
|
||||
kconfig
|
||||
kcoreaddons
|
||||
kdeclarative
|
||||
kguiaddons
|
||||
ki18n
|
||||
kio
|
||||
kservice
|
||||
kfilemetadata
|
||||
plasma-framework
|
||||
qtdeclarative
|
||||
qtmultimedia
|
||||
kactivities kconfig kcoreaddons kdeclarative kguiaddons ki18n kio
|
||||
kservice kfilemetadata plasma-framework qtdeclarative qtmultimedia
|
||||
taglib
|
||||
];
|
||||
propagatedBuildInputs = [ baloo ];
|
||||
}
|
||||
|
@ -17,7 +17,7 @@ plasmaPackage {
|
||||
kdoctools
|
||||
];
|
||||
buildInputs = [
|
||||
baloo kactivities kcmutils kcrash kdbusaddons kdeclarative
|
||||
kactivities kcmutils kcrash kdbusaddons kdeclarative
|
||||
kdelibs4support kdesu kdewebkit kglobalaccel kidletime kjsembed
|
||||
knewstuff knotifyconfig kpackage krunner ktexteditor ktextwidgets
|
||||
kwallet kwayland kwin kxmlrpcclient libdbusmenu libkscreen libSM
|
||||
@ -25,7 +25,7 @@ plasmaPackage {
|
||||
qtscript qtx11extras solid wayland
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
libksysguard
|
||||
baloo libksysguard
|
||||
];
|
||||
patches = [ ./0001-startkde-NixOS-patches.patch ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user