ocamlPackages.bz2: add bzip2 to propagatedBuildInput

This commit is contained in:
superherointj 2021-06-12 21:13:15 -03:00 committed by Vincent Laporte
parent 19447fbd08
commit 2b901ce50b

View file

@ -24,6 +24,9 @@ stdenv.mkDerivation rec {
buildInputs = [
ocaml
findlib
];
propagatedBuildInputs = [
bzip2
];