Loading pkgs/development/libraries/s2n-tls/default.nix +8 −2 Original line number Diff line number Diff line { lib, stdenv { lib , stdenv , fetchFromGitHub , cmake , openssl , nix }: stdenv.mkDerivation rec { Loading Loading @@ -39,6 +41,10 @@ stdenv.mkDerivation rec { done ''; passthru.tests = { inherit nix; }; meta = with lib; { description = "C99 implementation of the TLS/SSL protocols"; homepage = "https://github.com/aws/s2n-tls"; Loading Loading
pkgs/development/libraries/s2n-tls/default.nix +8 −2 Original line number Diff line number Diff line { lib, stdenv { lib , stdenv , fetchFromGitHub , cmake , openssl , nix }: stdenv.mkDerivation rec { Loading Loading @@ -39,6 +41,10 @@ stdenv.mkDerivation rec { done ''; passthru.tests = { inherit nix; }; meta = with lib; { description = "C99 implementation of the TLS/SSL protocols"; homepage = "https://github.com/aws/s2n-tls"; Loading