about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/biniou
diff options
context:
space:
mode:
authorVincent Laporte <vincent.laporte@gmail.com>2014-07-03 15:23:38 +0200
committerVincent Laporte <vincent.laporte@gmail.com>2014-07-03 15:23:38 +0200
commite4216eddda21ecec3f631747c4e2975928a7fd99 (patch)
treeea10dbf3c679459d735ec3ec58173b69d9c6a5c3 /pkgs/development/ocaml-modules/biniou
parent543f355883c8d7717ad9b028125a99bb978910b6 (diff)
downloadnixlib-e4216eddda21ecec3f631747c4e2975928a7fd99.tar
nixlib-e4216eddda21ecec3f631747c4e2975928a7fd99.tar.gz
nixlib-e4216eddda21ecec3f631747c4e2975928a7fd99.tar.bz2
nixlib-e4216eddda21ecec3f631747c4e2975928a7fd99.tar.lz
nixlib-e4216eddda21ecec3f631747c4e2975928a7fd99.tar.xz
nixlib-e4216eddda21ecec3f631747c4e2975928a7fd99.tar.zst
nixlib-e4216eddda21ecec3f631747c4e2975928a7fd99.zip
Clarifies the license; populates meta.platforms
Diffstat (limited to 'pkgs/development/ocaml-modules/biniou')
-rw-r--r--pkgs/development/ocaml-modules/biniou/default.nix3
1 files changed, 2 insertions, 1 deletions
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;
   };
 }