Merge pull request #8550 from maurer/bitstring-gunk
ocaml-bitstring: debug message removal
This commit is contained in:
commit
aefa3a30f0
@ -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…
x
Reference in New Issue
Block a user