agda-iowa-stdlib: mark as broken

The recent update of Agda breaks this, including the most recent SVN
checkout. I notified the author but marking as broken until a fix is
committed.
This commit is contained in:
Mateusz Kowalczyk 2014-11-17 17:13:01 +00:00
parent 9e79811eb6
commit 9ee5b8d3fc

@ -22,5 +22,6 @@ agda.mkDerivation (self: rec {
license = stdenv.lib.licenses.free;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
broken = true;
};
})