Commit 124be496 authored by Mario Rodas's avatar Mario Rodas
Browse files

s2n-tls: add nix as reverse dependency to passthru.tests

parent 641fbd45
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
{ lib, stdenv
{ lib
, stdenv
, fetchFromGitHub
, cmake
, openssl
, nix
}:

stdenv.mkDerivation rec {
@@ -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";