Commit Graph

11 Commits

Author SHA1 Message Date
Sefa Eyeoglu
416ba8804b
treewide: use addDriverRunpath
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-06-30 15:01:01 -04:00
Alyssa Ross
b00f262516 Revert "rustc: disable wasm32 if some gcc options are set"
This reverts commits 6d0ba08b97,
723100d83b, and
bf13eca852.

The underlying issue has now been fixed, so we can re-enable
wasm32-unknown-unknown on all platforms.
2024-06-15 08:02:29 +02:00
Alyssa Ross
3df6bb2c85
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/applications/blockchains/polkadot/default.nix
2024-06-09 22:47:12 +01:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +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
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
huantian
ac8162c984
tetrio-plus: unstable-2024-04-20 -> 0.27.2 2024-04-28 20:40:56 -07:00
huantian
75cf19b19b
tetrio-plus: unstable-2024-03-31 -> unstable-2024-04-20
This update includes changes to upstream's CI such that they now have
the patched package.json and yarn.lock to install the additional
npm packages used by tetrio-plus.

Thus, this update changes the package to use those instead of including
our own in nixpkgs.
2024-04-21 16:13:25 -07:00
huantian
3e9e7d092f
tetrio-desktop: re-add tetrio-plus, now from source 2024-04-05 17:43:28 -07:00
huantian
96da6f53e0
tetrio-desktop: use nixpkgs electron 2024-04-03 14:07:07 -07:00
Pol Dellaiera
dbb6796cd4
tetrio-desktop: move to pkgs/by-name 2024-03-26 19:42:25 +01:00