about summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2015-06-25 00:57:16 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2015-06-25 08:55:30 +0200
commit2727ecec3744e5c271c0040f94ca436068b309a1 (patch)
treed8134e06b7dacba9f9ff479eaf355d3e91ea45fe /pkgs/development/tools/ocaml
parent3105b66dbdf14231744762b6d7d8c40cebc00eae (diff)
downloadnixlib-2727ecec3744e5c271c0040f94ca436068b309a1.tar
nixlib-2727ecec3744e5c271c0040f94ca436068b309a1.tar.gz
nixlib-2727ecec3744e5c271c0040f94ca436068b309a1.tar.bz2
nixlib-2727ecec3744e5c271c0040f94ca436068b309a1.tar.lz
nixlib-2727ecec3744e5c271c0040f94ca436068b309a1.tar.xz
nixlib-2727ecec3744e5c271c0040f94ca436068b309a1.tar.zst
nixlib-2727ecec3744e5c271c0040f94ca436068b309a1.zip
js_of_ocaml: propagate camlp4 dependency
Diffstat (limited to 'pkgs/development/tools/ocaml')
-rw-r--r--pkgs/development/tools/ocaml/js_of_ocaml/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/ocaml/js_of_ocaml/default.nix b/pkgs/development/tools/ocaml/js_of_ocaml/default.nix
index 9989afdefc4d..eaabd50059d3 100644
--- a/pkgs/development/tools/ocaml/js_of_ocaml/default.nix
+++ b/pkgs/development/tools/ocaml/js_of_ocaml/default.nix
@@ -9,8 +9,8 @@ stdenv.mkDerivation {
     };
   
   buildInputs = [ocaml findlib menhir ocsigen_deriving
-                 cmdliner tyxml camlp4 reactivedata];
-  propagatedBuildInputs = [ ocaml_lwt ];
+                 cmdliner tyxml reactivedata];
+  propagatedBuildInputs = [ ocaml_lwt camlp4 ];
 
   patches = [ ./Makefile.conf.diff ];