Loading pkgs/by-name/ca/cargo-tauri/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -4,10 +4,12 @@ callPackage, rustPlatform, fetchFromGitHub, cargo-tauri, gtk4, nix-update-script, openssl, pkg-config, testers, webkitgtk_4_1, }: Loading Loading @@ -47,6 +49,7 @@ rustPlatform.buildRustPackage rec { tests = { setupHooks = callPackage ./test-app.nix { }; version = testers.testVersion { package = cargo-tauri; }; }; updateScript = nix-update-script { Loading Loading
pkgs/by-name/ca/cargo-tauri/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -4,10 +4,12 @@ callPackage, rustPlatform, fetchFromGitHub, cargo-tauri, gtk4, nix-update-script, openssl, pkg-config, testers, webkitgtk_4_1, }: Loading Loading @@ -47,6 +49,7 @@ rustPlatform.buildRustPackage rec { tests = { setupHooks = callPackage ./test-app.nix { }; version = testers.testVersion { package = cargo-tauri; }; }; updateScript = nix-update-script { Loading