libuv: add licenses

This commit is contained in:
Markus Kowalewski 2018-10-23 19:37:33 +02:00
parent 13649b9eee
commit 0d0b4a8988
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -66,6 +66,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/libuv/libuv;
maintainers = with maintainers; [ cstrahan ];
platforms = with platforms; linux ++ darwin;
license = with licenses; [ mit isc bsd2 bsd3 cc-by-40 ];
};
}