agda.iowa-stdlib: mark broken

This commit is contained in:
Alex Rice
2020-03-21 11:58:44 +00:00
parent a7cd372a3e
commit 1175065111

View File

@@ -24,6 +24,8 @@ mkDerivation (rec {
description = "Agda standard library developed at Iowa";
license = stdenv.lib.licenses.free;
platforms = stdenv.lib.platforms.unix;
# broken since Agda 2.6.1
broken = true;
maintainers = with stdenv.lib.maintainers; [ alexarice ];
};
})