3
0
Fork 0
forked from mirrors/nixpkgs

agda-pretty: mark as broken

Broken by updating the stdlib to 0.9. For now I let the author know.
This commit is contained in:
Mateusz Kowalczyk 2014-11-20 09:04:29 +00:00
parent cf399c1d68
commit 997b4bff29

View file

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