cilaterm: mark as broken

This commit is contained in:
Kirill Boltaev 2016-09-19 20:07:52 +03:00
parent ea171c39d7
commit 59e9b38fe1

View File

@ -9,4 +9,5 @@ stdenv.mkDerivation {
patches = [./cil-aterm-1.3.6.patch];
buildInputs = [ ocaml perl ];
inherit ocaml perl;
meta.broken = true;
}