From e4216eddda21ecec3f631747c4e2975928a7fd99 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Thu, 3 Jul 2014 15:23:38 +0200 Subject: [PATCH] Clarifies the license; populates meta.platforms --- pkgs/development/ocaml-modules/biniou/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }; }