gurk-rs: add passthru.tests.version

This commit is contained in:
Kenichi Kamiya 2024-11-16 13:37:23 +09:00
parent d7467c7bd6
commit 889eae69e4
No known key found for this signature in database
GPG Key ID: 9BE4016A38165CCB

View File

@ -7,6 +7,8 @@
, pkgsBuildHost
, openssl
, pkg-config
, testers
, gurk-rs
}:
rustPlatform.buildRustPackage rec {
@ -48,6 +50,10 @@ rustPlatform.buildRustPackage rec {
useNextest = true;
passthru.tests.version = testers.testVersion {
package = gurk-rs;
};
meta = with lib; {
description = "Signal Messenger client for terminal";
mainProgram = "gurk";