ocamlPackages.inifiles: fix for OCaml ≥ 5.0
This commit is contained in:
parent
78188e2b61
commit
46e9940b97
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ stdenv.mkDerivation rec {
|
|||
})
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace inifiles.ml --replace 'String.lowercase ' 'String.lowercase_ascii '
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ ocaml findlib ];
|
||||
propagatedBuildInputs = [ ocaml_pcre ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue