cilaterm: mark as broken

This commit is contained in:
Kirill Boltaev
2016-09-26 02:36:49 +03:00
parent ea171c39d7
commit 59e9b38fe1
@@ -9,4 +9,5 @@ stdenv.mkDerivation {
patches = [./cil-aterm-1.3.6.patch];
buildInputs = [ ocaml perl ];
inherit ocaml perl;
meta.broken = true;
}