aws-c-common: add nix as reverse dependency to passthru.tests

This commit is contained in:
Mario Rodas 2022-11-08 04:20:00 +00:00
parent bb94951bd3
commit c4c95950c5

View File

@ -2,7 +2,7 @@
, stdenv
, fetchFromGitHub
, cmake
, coreutils
, nix
}:
stdenv.mkDerivation rec {
@ -43,6 +43,10 @@ stdenv.mkDerivation rec {
doCheck = true;
passthru.tests = {
inherit nix;
};
meta = with lib; {
description = "AWS SDK for C common core";
homepage = "https://github.com/awslabs/aws-c-common";