tmux-sessionizer: add passthru.tests.version
This commit is contained in:
parent
cbc34bb581
commit
fea79f43d3
@ -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 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user