mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
cargo-tauri: add version test
This commit is contained in:
@@ -4,10 +4,12 @@
|
||||
callPackage,
|
||||
rustPlatform,
|
||||
fetchFromGitHub,
|
||||
cargo-tauri,
|
||||
gtk4,
|
||||
nix-update-script,
|
||||
openssl,
|
||||
pkg-config,
|
||||
testers,
|
||||
webkitgtk_4_1,
|
||||
}:
|
||||
|
||||
@@ -47,6 +49,7 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
tests = {
|
||||
setupHooks = callPackage ./test-app.nix { };
|
||||
version = testers.testVersion { package = cargo-tauri; };
|
||||
};
|
||||
|
||||
updateScript = nix-update-script {
|
||||
|
||||
Reference in New Issue
Block a user