mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
calligra: mark broken
Fails to start, kde home not found.
This commit is contained in:
parent
396dcdf89b
commit
44346895b1
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue