about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/eliom
diff options
context:
space:
mode:
authorFlorent Becker <florent.becker@ens-lyon.org>2014-10-19 18:48:04 +0200
committerFlorent Becker <florent.becker@ens-lyon.org>2014-10-19 18:48:40 +0200
commit10eb4786fd6896d8b674730b45dc333931c7237f (patch)
tree2a127b7c20fbc9fecb76b22642adfc6b7a8ea263 /pkgs/development/ocaml-modules/eliom
parent8c9bbe00ac67a17a4b7801a38a5df90ca47cab70 (diff)
Use propagatedBuildInputs in eliom
Diffstat (limited to 'pkgs/development/ocaml-modules/eliom')
-rw-r--r--pkgs/development/ocaml-modules/eliom/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/development/ocaml-modules/eliom/default.nix b/pkgs/development/ocaml-modules/eliom/default.nix
index 9f0427738f71b..9700a1d8cc5e9 100644
--- a/pkgs/development/ocaml-modules/eliom/default.nix
+++ b/pkgs/development/ocaml-modules/eliom/default.nix
@@ -15,12 +15,12 @@ stdenv.mkDerivation rec
   };
 
   buildInputs = [ocaml which ocsigen_server findlib ocsigen_deriving
-                 js_of_ocaml ocaml_react ocaml_lwt calendar
-                 cryptokit tyxml ocaml_ipaddr ocamlnet ocaml_ssl
-                 ocaml_pcre ocaml_optcomp reactivedata];
+                 js_of_ocaml ocaml_optcomp opam];
+
+  propagatedBuildInputs = [ ocaml_lwt reactivedata tyxml ocaml_ipaddr
+                            calendar cryptokit ocamlnet ocaml_react ocaml_ssl
+                            ocaml_pcre ];
 
-  dontAddPrefix = true;  
-  
   installPhase =
   let ocamlVersion = (builtins.parseDrvName (ocaml.name)).version;
   in