cargo-c: add rav1e as reverse dependency to passthru.tests

This commit is contained in:
Mario Rodas 2023-07-22 04:20:00 +00:00
parent f3d1b5e413
commit e8f63fc293

View File

@ -8,6 +8,7 @@
, CoreFoundation
, libiconv
, Security
, rav1e
}:
rustPlatform.buildRustPackage rec {
@ -40,6 +41,10 @@ rustPlatform.buildRustPackage rec {
runHook postInstallCheck
'';
passthru.tests = {
inherit rav1e;
};
meta = with lib; {
description = "A cargo subcommand to build and install C-ABI compatible dynamic and static libraries";
longDescription = ''