summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorMatthew Maurer <maurer@matthewmaurer.org>2015-06-28 21:09:24 +0000
committerMatthew Maurer <maurer@matthewmaurer.org>2015-06-28 21:12:10 +0000
commita145a70f1a6e3cef05de0b700727615b600c1380 (patch)
tree70c507e8ca42fe03ac403a5fcb7a2b962508b5a4 /pkgs/development/ocaml-modules
parent2c64c34517a4c2b1e30ae12b3f18c6ab59fa9cae (diff)
downloadnixlib-a145a70f1a6e3cef05de0b700727615b600c1380.tar
nixlib-a145a70f1a6e3cef05de0b700727615b600c1380.tar.gz
nixlib-a145a70f1a6e3cef05de0b700727615b600c1380.tar.bz2
nixlib-a145a70f1a6e3cef05de0b700727615b600c1380.tar.lz
nixlib-a145a70f1a6e3cef05de0b700727615b600c1380.tar.xz
nixlib-a145a70f1a6e3cef05de0b700727615b600c1380.tar.zst
nixlib-a145a70f1a6e3cef05de0b700727615b600c1380.zip
ocaml-bitstring: debug message removal
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/bitstring/default.nix2
1 files changed, 1 insertions, 1 deletions
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.";