agda: the Iowa stdlib seems to be behind a private SVN now

This commit is contained in:
John Ericson 2015-05-18 01:49:19 -04:00
parent 91ab6c9e89
commit 52a6589559

View File

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