mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
cargo-tauri: remove version test
Upstream does not reliably update their crate versions for each tag
This commit is contained in:
parent
40e17ad7fb
commit
a36b0ec048
@ -9,7 +9,6 @@
|
||||
nix-update-script,
|
||||
openssl,
|
||||
pkg-config,
|
||||
testers,
|
||||
webkitgtk_4_1,
|
||||
}:
|
||||
|
||||
@ -49,7 +48,6 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
tests = {
|
||||
hook = callPackage ./test-app.nix { };
|
||||
version = testers.testVersion { package = cargo-tauri; };
|
||||
};
|
||||
|
||||
updateScript = nix-update-script {
|
||||
|
Loading…
Reference in New Issue
Block a user