tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
ocamlPackages.bap: mark as broken on OCaml ≥ 4.03
Vincent Laporte
8 years ago
582c3edc
09194caf
+1
1 changed file
expand all
collapse all
unified
split
pkgs
development
ocaml-modules
bap
default.nix
+1
pkgs/development/ocaml-modules/bap/default.nix
···
58
homepage = https://github.com/BinaryAnalysisPlatform/bap/;
59
maintainers = [ maintainers.maurer ];
60
license = licenses.mit;
0
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
}