akonadi-contacts: propagate grantleetheme
This commit is contained in:
parent
f08f903ea5
commit
81a72db597
1 changed files with 2 additions and 2 deletions
|
@ -16,10 +16,10 @@ mkDerivation {
|
||||||
nativeBuildInputs = [ extra-cmake-modules ];
|
nativeBuildInputs = [ extra-cmake-modules ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
qtwebengine
|
qtwebengine
|
||||||
grantlee grantleetheme
|
grantlee
|
||||||
kcmutils kdbusaddons ki18n kiconthemes kio kitemmodels ktextwidgets prison
|
kcmutils kdbusaddons ki18n kiconthemes kio kitemmodels ktextwidgets prison
|
||||||
akonadi-mime kcontacts kmime libkleo
|
akonadi-mime kcontacts kmime libkleo
|
||||||
];
|
];
|
||||||
propagatedBuildInputs = [ akonadi ];
|
propagatedBuildInputs = [ akonadi grantleetheme ];
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue