summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ssl
diff options
context:
space:
mode:
authorThomas Strobel <ts468@cam.ac.uk>2015-07-07 00:44:49 +0200
committerThomas Strobel <ts468@cam.ac.uk>2015-07-07 01:03:25 +0200
commit5f8104cd45658eaa009edc21a054e4885207604d (patch)
tree4c960a2325db255720c3526590771d473fb4f587 /pkgs/development/ocaml-modules/ssl
parent2d1aafef553ce7fbb854def7fd20a7e799b653c4 (diff)
downloadnixlib-5f8104cd45658eaa009edc21a054e4885207604d.tar
nixlib-5f8104cd45658eaa009edc21a054e4885207604d.tar.gz
nixlib-5f8104cd45658eaa009edc21a054e4885207604d.tar.bz2
nixlib-5f8104cd45658eaa009edc21a054e4885207604d.tar.lz
nixlib-5f8104cd45658eaa009edc21a054e4885207604d.tar.xz
nixlib-5f8104cd45658eaa009edc21a054e4885207604d.tar.zst
nixlib-5f8104cd45658eaa009edc21a054e4885207604d.zip
ocaml-modules.ssl: make openssl propagatedBuildInput
Diffstat (limited to 'pkgs/development/ocaml-modules/ssl')
-rw-r--r--pkgs/development/ocaml-modules/ssl/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/ssl/default.nix b/pkgs/development/ocaml-modules/ssl/default.nix
index ad75b4a3dac0..ef8ce098f3ce 100644
--- a/pkgs/development/ocaml-modules/ssl/default.nix
+++ b/pkgs/development/ocaml-modules/ssl/default.nix
@@ -13,7 +13,9 @@ stdenv.mkDerivation {
     sha256 = "0i0j89b10n3xmmawcq4qfwa42133pddw4x5nysmsnpd15srv5gp9";
   };
 
-  buildInputs = [which openssl ocaml findlib];
+  buildInputs = [which ocaml findlib];
+
+  propagatedBuildInputs = [openssl];
 
   dontAddPrefix = true;