mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
ocamlPackages.bap: mark as broken on OCaml ≥ 4.03
This commit is contained in:
parent
09194cafa8
commit
582c3edcfa
1 changed files with 1 additions and 0 deletions
|
@ -58,5 +58,6 @@ buildOcaml rec {
|
|||
homepage = https://github.com/BinaryAnalysisPlatform/bap/;
|
||||
maintainers = [ maintainers.maurer ];
|
||||
license = licenses.mit;
|
||||
broken = versionAtLeast ocaml.version "4.03";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue