ocamlPackages.ppx_deriving: 4.1 -> 4.2
This fixes compilation of ppx_deriving with OCaml 4.05. js_of_ocaml_2: mark as broken with OCaml 4.05 ocamlPackages.cohttp: propagates ppx_deriving
This commit is contained in:
committed by
Vincent Laporte
parent
2a191ed853
commit
a9be3c20d1
@@ -34,5 +34,6 @@ stdenv.mkDerivation {
|
||||
maintainers = [
|
||||
maintainers.gal_bolle
|
||||
];
|
||||
broken = versionAtLeast ocaml.version "4.05";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user