calligra: mark broken

Fails to start, kde home not found.
This commit is contained in:
Carles Pagès 2019-04-02 01:06:20 +02:00
parent 396dcdf89b
commit 44346895b1

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
};
}