Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

ocamlPackages.bap: mark as broken on OCaml ≥ 4.03

+1
+1
pkgs/development/ocaml-modules/bap/default.nix
··· 58 homepage = https://github.com/BinaryAnalysisPlatform/bap/; 59 maintainers = [ maintainers.maurer ]; 60 license = licenses.mit; 61 }; 62 }
··· 58 homepage = https://github.com/BinaryAnalysisPlatform/bap/; 59 maintainers = [ maintainers.maurer ]; 60 license = licenses.mit; 61 + broken = versionAtLeast ocaml.version "4.03"; 62 }; 63 }