tmux-sessionizer: add passthru.tests.version

This commit is contained in:
Marc Jakobi 2023-12-24 14:43:24 +01:00
parent cbc34bb581
commit fea79f43d3

View File

@ -5,6 +5,8 @@
, openssl
, pkg-config
, Security
, testers
, tmux-sessionizer
}: let
name = "tmux-sessionizer";
@ -23,6 +25,10 @@ in rustPlatform.buildRustPackage {
cargoHash = "sha256-lZi72OJ+AnnLxf/zxwAERfy1oW8dE8bGF8hFwwrUXqE=";
passthru.tests.version = testers.testVersion {
package = tmux-sessionizer;
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security ];