Files
termux-packages/packages/nushell
termux-pacman-bot dad48d6409 bump(main/nushell): 0.106.1 (#25561)
Starting from version 0.36, the `user` feature relies on `getpwent` and similar functions, which were introduced to Android in API 26. However, Termux currently targets API 24, where these functions are not available, leading to build failures.

- The `user` feature in `sysinfo` was disabled to prevent the use of `getpwent`, `setpwent`, and `endpwent`.
- Code adjustments were made to ensure the build would complete successfully without these functions.
2025-08-06 16:43:44 +00:00
..