about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2021-06-12 21:13:15 -0300
committerVincent Laporte <vbgl@users.noreply.github.com>2021-06-18 08:31:30 +0200
commit2b901ce50b06a6e195bd7584033cc262477f8ca0 (patch)
treea26087774594b73b89d5cea181a6e8250cf26ad0 /pkgs/development/ocaml-modules
parent19447fbd08432708923aa5a37225b919eb3d5bea (diff)
downloadnixlib-2b901ce50b06a6e195bd7584033cc262477f8ca0.tar
nixlib-2b901ce50b06a6e195bd7584033cc262477f8ca0.tar.gz
nixlib-2b901ce50b06a6e195bd7584033cc262477f8ca0.tar.bz2
nixlib-2b901ce50b06a6e195bd7584033cc262477f8ca0.tar.lz
nixlib-2b901ce50b06a6e195bd7584033cc262477f8ca0.tar.xz
nixlib-2b901ce50b06a6e195bd7584033cc262477f8ca0.tar.zst
nixlib-2b901ce50b06a6e195bd7584033cc262477f8ca0.zip
ocamlPackages.bz2: add bzip2 to propagatedBuildInput
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/bz2/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/bz2/default.nix b/pkgs/development/ocaml-modules/bz2/default.nix
index 7de24c134629..52a92d3a8d40 100644
--- a/pkgs/development/ocaml-modules/bz2/default.nix
+++ b/pkgs/development/ocaml-modules/bz2/default.nix
@@ -24,6 +24,9 @@ stdenv.mkDerivation rec {
   buildInputs = [
     ocaml
     findlib
+  ];
+
+  propagatedBuildInputs = [
     bzip2
   ];