openssl-chacha: add license

This commit is contained in:
Markus Kowalewski 2018-10-25 22:09:50 +02:00
parent 165f090e10
commit 598ed197db
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -76,6 +76,7 @@ stdenv.mkDerivation rec {
description = "A cryptographic library that implements the SSL and TLS protocols";
platforms = [ "x86_64-linux" ];
maintainers = [ stdenv.lib.maintainers.cstrahan ];
license = licenses.openssl;
priority = 10; # resolves collision with man-pages
};
}