summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ocsigen-deriving
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2014-11-09 01:47:46 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2014-11-09 01:49:37 +0000
commit83e376e4bb3e51c92a3c00668eefdb8ad4afac8e (patch)
treed27bc7c0d72f5dcca3655a60b5bf54c9d3e2cf32 /pkgs/development/ocaml-modules/ocsigen-deriving
parentcac51e4e09f74820c6be0d2e7da546e13a638e0b (diff)
downloadnixlib-83e376e4bb3e51c92a3c00668eefdb8ad4afac8e.tar
nixlib-83e376e4bb3e51c92a3c00668eefdb8ad4afac8e.tar.gz
nixlib-83e376e4bb3e51c92a3c00668eefdb8ad4afac8e.tar.bz2
nixlib-83e376e4bb3e51c92a3c00668eefdb8ad4afac8e.tar.lz
nixlib-83e376e4bb3e51c92a3c00668eefdb8ad4afac8e.tar.xz
nixlib-83e376e4bb3e51c92a3c00668eefdb8ad4afac8e.tar.zst
nixlib-83e376e4bb3e51c92a3c00668eefdb8ad4afac8e.zip
ocsigen-deriving: adds dependency to camlp4
Diffstat (limited to 'pkgs/development/ocaml-modules/ocsigen-deriving')
-rw-r--r--pkgs/development/ocaml-modules/ocsigen-deriving/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/ocsigen-deriving/default.nix b/pkgs/development/ocaml-modules/ocsigen-deriving/default.nix
index ad1bc97d2f74..544d85c6f5fc 100644
--- a/pkgs/development/ocaml-modules/ocsigen-deriving/default.nix
+++ b/pkgs/development/ocaml-modules/ocsigen-deriving/default.nix
@@ -1,4 +1,4 @@
-{stdenv, fetchgit, ocaml, findlib, ocaml_oasis, ocaml_data_notation, ocaml_optcomp}:
+{stdenv, fetchgit, ocaml, findlib, ocaml_oasis, ocaml_data_notation, ocaml_optcomp, camlp4}:
 
 stdenv.mkDerivation {
   name = "ocsigen-deriving";
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
     sha256 = "2b3bf3f4972d0e6eaf075f7353ce482b776726e0cd04947a89b7156384ec0662";
     };
 
-  buildInputs = [ocaml findlib ocaml_oasis ocaml_data_notation ocaml_optcomp];
+  buildInputs = [ocaml findlib ocaml_oasis ocaml_data_notation ocaml_optcomp camlp4];
 
   configurePhase = ''
   make setup-dev.exe