mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
cilaterm: mark as broken
This commit is contained in:
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user