mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Clarifies the license; populates meta.platforms
This commit is contained in:
parent
543f355883
commit
e4216eddda
1 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "A binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve";
|
description = "A binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve";
|
||||||
homepage = "${webpage}";
|
homepage = "${webpage}";
|
||||||
license = "bsd";
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = ocaml.meta.platforms;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue