3
0
Fork 0
forked from mirrors/nixpkgs

coccinelle: use OCaml 4.05

This commit is contained in:
Vincent Laporte 2018-08-21 21:29:54 +00:00
parent 9b76bf991f
commit 271af919e3
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -8089,7 +8089,9 @@ with pkgs;
# Does not actually depend on Qt 5
inherit (kdeFrameworks) extra-cmake-modules kapidox kdoctools;
coccinelle = callPackage ../development/tools/misc/coccinelle { };
coccinelle = callPackage ../development/tools/misc/coccinelle {
ocamlPackages = ocaml-ng.ocamlPackages_4_05;
};
cpptest = callPackage ../development/libraries/cpptest { };