mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 16:41:08 +00:00
Merge pull request #336592 from bbigras/push-ovrvrtqostsx
veilid: add a version passthru.tests
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
, protobuf
|
||||
, capnproto
|
||||
, cmake
|
||||
, testers
|
||||
, veilid
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
@@ -52,6 +54,12 @@ rustPlatform.buildRustPackage rec {
|
||||
moveToOutput "lib" "$lib"
|
||||
'';
|
||||
|
||||
passthru.tests = {
|
||||
veilid-version = testers.testVersion {
|
||||
package = veilid;
|
||||
};
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Open-source, peer-to-peer, mobile-first, networked application framework";
|
||||
homepage = "https://veilid.com";
|
||||
|
||||
Reference in New Issue
Block a user