Loading pkgs/development/ocaml-modules/bdd/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,12 @@ buildDunePackage { hash = "sha256-3mJZlAFQsI7AgrNQOe6N94CDfX5gXYqQBooV0jcoYEA="; }; # Fix build with OCaml 4.02 postPatch = '' substituteInPlace lib/bdd.ml \ --replace "Buffer.truncate Format.stdbuf 0;" "Buffer.clear Format.stdbuf;" ''; propagatedBuildInputs = [ stdlib-shims ]; Loading Loading
pkgs/development/ocaml-modules/bdd/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,12 @@ buildDunePackage { hash = "sha256-3mJZlAFQsI7AgrNQOe6N94CDfX5gXYqQBooV0jcoYEA="; }; # Fix build with OCaml 4.02 postPatch = '' substituteInPlace lib/bdd.ml \ --replace "Buffer.truncate Format.stdbuf 0;" "Buffer.clear Format.stdbuf;" ''; propagatedBuildInputs = [ stdlib-shims ]; Loading