From a145a70f1a6e3cef05de0b700727615b600c1380 Mon Sep 17 00:00:00 2001 From: Matthew Maurer Date: Sun, 28 Jun 2015 21:09:24 +0000 Subject: [PATCH] ocaml-bitstring: debug message removal --- pkgs/development/ocaml-modules/bitstring/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/bitstring/default.nix b/pkgs/development/ocaml-modules/bitstring/default.nix index b612ec1c0bdb..d48f93bd626e 100644 --- a/pkgs/development/ocaml-modules/bitstring/default.nix +++ b/pkgs/development/ocaml-modules/bitstring/default.nix @@ -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.";