coq-containers: package is broken

This commit is contained in:
Vincent Laporte 2014-10-01 18:39:31 +01:00
parent c260abbff8
commit 01c6d8569f

View File

@ -19,6 +19,7 @@ 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 */
};
}