3
0
Fork 0
forked from mirrors/nixpkgs

agda-TotalParserCombinators: mark as broken

Due to 0.9 stdlib update, author notified.
This commit is contained in:
Mateusz Kowalczyk 2014-11-20 21:16:33 +00:00
parent bf73a53ee9
commit 12cb1dcb18

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;
};
})