diff --git a/pkgs/development/ocaml-modules/biniou/default.nix b/pkgs/development/ocaml-modules/biniou/default.nix index f0a1ee102088..59f30de5e841 100644 --- a/pkgs/development/ocaml-modules/biniou/default.nix +++ b/pkgs/development/ocaml-modules/biniou/default.nix @@ -26,6 +26,7 @@ stdenv.mkDerivation rec { meta = { description = "A binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve"; homepage = "${webpage}"; - license = "bsd"; + license = stdenv.lib.licenses.bsd3; + platforms = ocaml.meta.platforms; }; }