Merge pull request #8550 from maurer/bitstring-gunk

ocaml-bitstring: debug message removal
This commit is contained in:
Pascal Wittmann 2015-06-29 15:41:13 +02:00
commit aefa3a30f0

View file

@ -17,7 +17,7 @@ buildOcaml rec {
createFindlibDestdir = true;
hasSharedObjects = true;
preConfigure = "./bootstrap; echo breakhash";
preConfigure = "./bootstrap";
meta = with stdenv.lib; {
description = "This library adds Erlang-style bitstrings and matching over bitstrings as a syntax extension and library for OCaml.";