aws-crt-cpp: add nix as reverse dependency to passthru.tests

This commit is contained in:
Sandro Jäckel 2022-11-11 01:09:09 +01:00
parent d76993f48d
commit 4baff2352d
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -12,6 +12,7 @@
, aws-checksums
, cmake
, s2n-tls
, nix
}:
stdenv.mkDerivation rec {
@ -65,6 +66,10 @@ stdenv.mkDerivation rec {
moveToOutput lib/aws-crt-cpp/cmake "$dev"
'';
passthru.tests = {
inherit nix;
};
meta = with lib; {
description = "C++ wrapper around the aws-c-* libraries";
homepage = "https://github.com/awslabs/aws-crt-cpp";