Commit Graph

12 Commits

Author SHA1 Message Date
Gutyina Gergő
9744efc3b0
treewide: update pnpmDeps hashes 2024-10-19 23:50:41 +02:00
seth
4f58959149
surrealist: use cargo-tauri.hook 2024-09-30 20:13:15 -04:00
éclairevoyant
e273bc80a5
treewide: remove existing usages of pname+version in fetchCargoTarball
This is done because the existing fetchCargoTarball does not support pname or version, resulting in a vendor tarball
with the name cargo-deps-vendor.tar.gz. Since adding pname+version support would change the name of the derivation,
and therefore its hash, we remove existing usages to avoid treewide breakage.
2024-09-07 01:10:33 -04:00
Peter Frank
40664f7655 surrealist: 2.0.6 -> 2.1.6 2024-08-29 13:35:01 +02:00
Peter Frank
dcd747d977 surrealist: 1.11.7 -> 2.0.6 2024-06-13 15:12:28 +02:00
Vladimír Čunát
b45d7259e5
Merge #318447: rustc: disable wasm32 if some gcc options are set
...into staging-next
2024-06-09 08:36:41 +02:00
Alyssa Ross
bf13eca852
rustc: disable wasm32 if some gcc options are set
This is a temporary fix to get rustc building again with these
configurations (which notably include the default aarch64-darwin one)
without causing a stdenv rebuild.  The real fix will be to avoid
passing these options through the Clang wrapper when the target is
overridden.

It could be that there are packages that need wasm32-unknown-unknown
beyond those I've marked as broken here — it's impossible to be sure
without a full rebuild.  But this should be most of them.
2024-06-09 07:20:18 +01:00
github-actions[bot]
4f7f1065a7
Merge master into staging-next 2024-06-09 00:03:04 +00:00
seth
02e1a59b7d
surrealist: use pnpm.fetchDeps 2024-06-07 17:39:31 -04:00
Alyssa Ross
07f40e6892 rustc: don't try to use non-existent rust-lld
This removes the need to manually override Rust's default linker for
every package that builds for wasm32-unknown-unknown.
2024-05-29 23:08:09 +02:00
Peter Frank
7ad3b2d29f surrealist: 1.11.5 -> 1.11.7 2024-04-11 16:33:14 +02:00
Peter Frank
f7feb162fc surrealist: init at 1.11.5 2024-02-24 12:03:20 +01:00