opam: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-09 12:37:13 +02:00
parent 83429fa1d0
commit 38923afae2
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -87,5 +87,6 @@ in stdenv.mkDerivation rec {
homepage = http://opam.ocamlpro.com/;
maintainers = [ maintainers.henrytill ];
platforms = platforms.all;
license = licenses.lgpl21Plus;
};
}