mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 19:07:38 +00:00
aws-checksums: add nix as reverse dependency to passthru.tests
This commit is contained in:
parent
fb97c7de2b
commit
d76993f48d
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, cmake, aws-c-common }:
|
||||
{ lib, stdenv, fetchFromGitHub, cmake, aws-c-common, nix }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "aws-checksums";
|
||||
@ -19,6 +19,10 @@ stdenv.mkDerivation rec {
|
||||
"-DBUILD_SHARED_LIBS=ON"
|
||||
];
|
||||
|
||||
passthru.tests = {
|
||||
inherit nix;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "HW accelerated CRC32c and CRC32";
|
||||
homepage = "https://github.com/awslabs/aws-checksums";
|
||||
|
Loading…
Reference in New Issue
Block a user