mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
agdaPackages.iowa-stdlib: don't try to build on Hydra
It's marked as broken which always creates a lot of clutter in hydra evaluation error pages, so we'll just set hydraPlatforms = [] for now.
This commit is contained in:
parent
7d20323b11
commit
c64ddc2071
@ -26,6 +26,8 @@ mkDerivation (rec {
|
||||
platforms = lib.platforms.unix;
|
||||
# broken since Agda 2.6.1
|
||||
broken = true;
|
||||
# remove once unbroken
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = with lib.maintainers; [ alexarice turion ];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user