forked from mirrors/nixpkgs
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;
|
platforms = lib.platforms.unix;
|
||||||
# broken since Agda 2.6.1
|
# broken since Agda 2.6.1
|
||||||
broken = true;
|
broken = true;
|
||||||
|
# remove once unbroken
|
||||||
|
hydraPlatforms = lib.platforms.none;
|
||||||
maintainers = with lib.maintainers; [ alexarice turion ];
|
maintainers = with lib.maintainers; [ alexarice turion ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue