meguca: Mark as broken

This commit is contained in:
Michael Weiss 2019-08-21 18:31:04 +02:00
parent 1b1e3d140e
commit f4d57f3c02
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -46,5 +46,7 @@ buildGoPackage rec {
license = licenses.agpl3Plus;
maintainers = with maintainers; [ chiiruno ];
platforms = platforms.all;
broken = true; # Broken on Hydra since 2019-04-18:
# https://hydra.nixos.org/build/98885902
};
}