hackage2nix: Mark failing builds broken

This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
This commit is contained in:
(cdep)illabout 2021-05-19 10:37:22 +09:00
parent 721c8ab307
commit 3522051033
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4
2 changed files with 3 additions and 0 deletions

View file

@ -5156,6 +5156,7 @@ broken-packages:
- yampa-glut - yampa-glut
- yampa-sdl2 - yampa-sdl2
- YampaSynth - YampaSynth
- yampa-test
- yam-servant - yam-servant
- yandex-translate - yandex-translate
- yaop - yaop

View file

@ -284954,6 +284954,8 @@ self: {
]; ];
description = "Testing library for Yampa"; description = "Testing library for Yampa";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"yampa2048" = callPackage "yampa2048" = callPackage