about summary refs log tree commit diff
path: root/logbook.nix
diff options
context:
space:
mode:
Diffstat (limited to 'logbook.nix')
-rw-r--r--logbook.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/logbook.nix b/logbook.nix
index 695b907..d0b01e1 100644
--- a/logbook.nix
+++ b/logbook.nix
@@ -1,5 +1,5 @@
 { stdenv, ocaml, topkg, ocamlbuild, findlib, ocaml_lwt
-, jingoo, ptime, angstrom, astring, opam}:
+, jingoo, ptime, angstrom, astring, opam, cow}:
 
 stdenv.mkDerivation rec {
   version = "0.1";
@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
 
   src = ./.;
 
-  buildInputs = [ ocaml findlib ocamlbuild topkg opam
+  buildInputs = [ ocaml findlib ocamlbuild topkg opam cow
                   ocaml_lwt jingoo ptime angstrom astring
                 ];