agda.iowa-stdlib: mark broken

This commit is contained in:
Alex Rice 2020-03-21 11:58:44 +00:00
parent a7cd372a3e
commit 1175065111
No known key found for this signature in database
GPG key ID: 93DDCD7A2B3F3B88

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 ];
};
})