Merge pull request #58719 from cpages/master

calligra: mark broken
This commit is contained in:
Carles Pagès 2019-04-04 22:09:40 +02:00 committed by GitHub
commit bfeff26257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -65,5 +65,7 @@ mkDerivation rec {
maintainers = with maintainers; [ phreedom ebzzry zraexy ];
platforms = platforms.linux;
license = with licenses; [ gpl2 lgpl2 ];
hydraPlatforms = [];
broken = true; # fails to start, kde home not found
};
}

View File

@ -16612,6 +16612,7 @@ in
calligra = libsForQt5.callPackage ../applications/office/calligra {
inherit (kdeApplications) akonadi-calendar akonadi-contacts;
openjpeg = openjpeg_1;
poppler = poppler_0_61;
};
perkeep = callPackage ../applications/misc/perkeep { };