coqPackages.containers: set broken to false

This commit is contained in:
John Wiegley 2014-10-11 13:02:22 -05:00
parent a064080d8c
commit f310d73ac1

View File

@ -19,7 +19,6 @@ stdenv.mkDerivation {
description = "A typeclass-based Coq library of finite sets/maps";
maintainers = with maintainers; [ vbgl ];
platforms = coq.meta.platforms;
broken = true; /* the source hash is wrong */
};
}