mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-13 15:43:39 +00:00
futhark: mark not broken, add athas as maintainer
This commit is contained in:
parent
97ba4facba
commit
4b653bdacf
@ -1733,7 +1733,6 @@ broken-packages:
|
||||
- fused-effects-resumable # failure in job https://hydra.nixos.org/build/233242479 at 2023-09-02
|
||||
- fused-effects-th # failure in job https://hydra.nixos.org/build/233192186 at 2023-09-02
|
||||
- fusion # failure in job https://hydra.nixos.org/build/233204359 at 2023-09-02
|
||||
- futhark # failure in job https://hydra.nixos.org/build/236673091 at 2023-10-04
|
||||
- futhask # failure in job https://hydra.nixos.org/build/233229281 at 2023-09-02
|
||||
- futun # failure in job https://hydra.nixos.org/build/233245115 at 2023-09-02
|
||||
- future # failure in job https://hydra.nixos.org/build/233224844 at 2023-09-02
|
||||
|
@ -156,6 +156,8 @@ package-maintainers:
|
||||
- hnix-store-remote
|
||||
arturcygan:
|
||||
- hevm
|
||||
athas:
|
||||
- futhark
|
||||
berberman:
|
||||
- nvfetcher
|
||||
- arch-web
|
||||
|
@ -112295,9 +112295,8 @@ self: {
|
||||
];
|
||||
description = "An optimising compiler for a functional, array-oriented language";
|
||||
license = lib.licenses.isc;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "futhark";
|
||||
broken = true;
|
||||
maintainers = [ lib.maintainers.athas ];
|
||||
}) {};
|
||||
|
||||
"futhark-data" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user