agda.iowa-stdlib: mark broken
This commit is contained in:
parent
a7cd372a3e
commit
1175065111
|
@ -24,6 +24,8 @@ mkDerivation (rec {
|
||||||
description = "Agda standard library developed at Iowa";
|
description = "Agda standard library developed at Iowa";
|
||||||
license = stdenv.lib.licenses.free;
|
license = stdenv.lib.licenses.free;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
|
# broken since Agda 2.6.1
|
||||||
|
broken = true;
|
||||||
maintainers = with stdenv.lib.maintainers; [ alexarice ];
|
maintainers = with stdenv.lib.maintainers; [ alexarice ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user