Commit Graph

16 Commits

Author SHA1 Message Date
Masum Reza
e13831335f
treewide: stdenv.is -> stdenv.hostPlatform.is (#356363)
* treewide: stdenv.is -> stdenv.hostPlatform.is

* treewide: nixfmt due to ci error
2024-11-17 16:11:54 +05:30
seth
a36b0ec048
cargo-tauri: remove version test
Upstream does not reliably update their crate versions for each tag
2024-11-15 20:58:53 -05:00
seth
40e17ad7fb
cargo-tauri: use mkDerivation in test app
This lets us easily re-use our `cargoDeps` from the main derivation
2024-11-15 20:45:56 -05:00
seth
b93ac6fea9
cargo-tauri: migrate test app to new darwin SDK pattern
Part of #354146
2024-11-15 20:45:30 -05:00
seth
d56fd79f0c
cargo-tauri: fix test app eval on darwin 2024-11-15 20:45:28 -05:00
seth
0a6475c1ff
cargo-tauri: 2.1.0 -> 2.1.1
Changelog: https://github.com/tauri-apps/tauri/releases/tag/tauri-v2.1.1
Diff: https://github.com/tauri-apps/tauri/compare/tauri-v2.1.0...tauri-v2.1.1
2024-11-15 19:55:45 -05:00
seth
8bcce2b374
cargo-tauri: rename tests.setupHooks to tests.hook
Just a nitpick. Meant to make the actual used value and the test name
consistent
2024-11-14 02:26:05 -05:00
seth
ba6b52658d
cargo-tauri: add version test 2024-11-14 02:26:05 -05:00
seth
201e1ebab7
cargo-tauri: add passthru.updateScript 2024-11-14 02:26:04 -05:00
seth
abbaa4be2c
cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0
Changelog: https://github.com/tauri-apps/tauri/releases/tag/tauri-v2.1.0
Diff: 2b61447dfc...tauri-v2.1.0
2024-11-14 02:26:01 -05:00
Fabián Heredia Montiel
ccec93c1c7 treewide: replace webkitgtk to webkitgtk_4_0
sed -i 's/ webkitgtk\b/ webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/(webkitgtk\b/(webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/\.webkitgtk\b/.webkitgtk_4_0/g' pkgs/**.nix

webkitgtk is currently pointing to that specific ABI version but the
alias is going to start warning
2024-10-11 17:23:43 -06:00
seth
f70fb77ea1
cargo-tauri: add test for setup hooks 2024-09-30 20:13:14 -04:00
seth
b833d6a1d3
cargo-tauri.hook: init 2024-09-30 20:13:14 -04:00
seth
c1c013bd3b
cargo-tauri: add getchoo as a maintainer 2024-09-30 20:13:13 -04:00
seth
4a78651ed9
cargo-tauri: refactor
Specifically:

- Tighten dependencies by only listing what's needed to build
- Better sorting things
- Adding `meta.changelog`
2024-09-30 20:13:13 -04:00
seth
e4efc38613
cargo-tauri: migrate to by-name 2024-09-30 20:13:10 -04:00