mirror-ghostty/nix
Mitchell Hashimoto 9ab2e563bb
Update libxev to fix zombie processes on macOS
Fixes #4554

xev.Process.wait is documented as being equivalent to calling `waitpid`,
i.e. including reaping the process. On Linux, it does this automatically
by using pidfd and the `waitid` syscall. On macOS, it wasn't doing this.

This commit updates libxev to include a fix that explicitly calls
`waitpid` for kqueue.
2025-01-24 12:07:01 -08:00
..
build-support build: use Zig system packaging options 2024-10-24 14:46:37 -07:00
vm nix: add x11 xfce vm 2025-01-15 20:37:31 -06:00
devShell.nix build: add wayland 2025-01-05 12:27:11 -08:00
package.nix This is a major refactor of `build.zig`. 2025-01-07 19:47:43 -08:00
wraptest.nix Use Alejandra to format Nix modules. 2023-12-12 11:38:39 -06:00
zigCacheHash.nix Update libxev to fix zombie processes on macOS 2025-01-24 12:07:01 -08:00