akonadi-contacts: fixup inputs and outputs
This commit is contained in:
parent
5fa44742b9
commit
816a7683aa
@ -1,8 +1,10 @@
|
||||
{
|
||||
mkDerivation, lib, kdepimTeam,
|
||||
extra-cmake-modules,
|
||||
akonadi, akonadi-mime, grantlee, kcontacts, kdbusaddons, ki18n, kiconthemes,
|
||||
kio, kitemmodels, kmime, ktextwidgets, qtwebengine,
|
||||
qtwebengine,
|
||||
grantlee,
|
||||
kdbusaddons, ki18n, kiconthemes, kio, kitemmodels, ktextwidgets, prison,
|
||||
akonadi, akonadi-mime, kcontacts, kmime,
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
@ -13,8 +15,10 @@ mkDerivation {
|
||||
};
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
buildInputs = [
|
||||
akonadi-mime grantlee kcontacts kdbusaddons ki18n kiconthemes kio
|
||||
kitemmodels kmime ktextwidgets qtwebengine
|
||||
qtwebengine
|
||||
grantlee
|
||||
kdbusaddons ki18n kiconthemes kio kitemmodels ktextwidgets prison
|
||||
akonadi-mime kcontacts kmime
|
||||
];
|
||||
propagatedBuildInputs = [ akonadi ];
|
||||
outputs = [ "out" "dev" ];
|
||||
|
Loading…
Reference in New Issue
Block a user