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:
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;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue