ocaml-bitstring: debug message removal
This commit is contained in:
parent
2c64c34517
commit
a145a70f1a
|
@ -17,7 +17,7 @@ buildOcaml rec {
|
||||||
createFindlibDestdir = true;
|
createFindlibDestdir = true;
|
||||||
hasSharedObjects = true;
|
hasSharedObjects = true;
|
||||||
|
|
||||||
preConfigure = "./bootstrap; echo breakhash";
|
preConfigure = "./bootstrap";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "This library adds Erlang-style bitstrings and matching over bitstrings as a syntax extension and library for OCaml.";
|
description = "This library adds Erlang-style bitstrings and matching over bitstrings as a syntax extension and library for OCaml.";
|
||||||
|
|
Loading…
Reference in New Issue