Commit Graph

7 Commits

Author SHA1 Message Date
Sander
a5d52b7a45
bun: run post hooks after patchelf 2024-11-22 17:21:57 +00:00
Sander
25bd3f0971
bun: fix missing symbol crash on macOS 12
Adds `darwin.ICU` to the library path.

Fixes the following error:

> dyld[69576]: Symbol not found: _ubrk_clone
>   Referenced from: /nix/store/zz94xy01809rlwp70hakg5ws10acma3v-bun-1.1.36/bin/bun
>   Expected in: /usr/lib/libicucore.A.dylib
2024-11-22 20:31:01 +04:00
Sander
07a431c62f
bun: fix hanging build on x86_64-darwin
This commit disables generating shell completions on x86_64-darwin
because Bun now requires AVX support to run, which is not available in
the version of Rosetta on our builders.

The baseline builds of bun now also require AVX support, making them a
non-option.
2024-11-22 20:27:56 +04:00
Nick Cao
bf9ac322e1
bun: 1.1.31 -> 1.1.34 (#355309) 2024-11-17 12:52:01 -05:00
medv
ca72ae07d1
bun: 1.1.31 -> 1.1.34 2024-11-12 08:17:12 +08:00
Olivér Falvai
f28717d909
bun: disable hanging x86_64-darwin Hydra build
https://hydra.nixos.org/job/nixpkgs/trunk/bun.x86_64-darwin
2024-11-10 20:38:22 +01:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00