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

This commit is contained in:
Sandro Jäckel
2022-11-11 01:09:01 +01:00
parent 50916f6b82
commit fb97c7de2b
@@ -2,6 +2,7 @@
, fetchFromGitHub
, aws-c-common
, cmake
, nix
}:
stdenv.mkDerivation rec {
@@ -29,6 +30,10 @@ stdenv.mkDerivation rec {
doCheck = true;
passthru.tests = {
inherit nix;
};
meta = with lib; {
description = "AWS SDK utility library";
homepage = "https://github.com/awslabs/aws-c-sdkutils";