mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-27 02:34:53 +00:00
Drop -static from the new crontab-access helper: Nix has no static libc by default and cannot install setuid binaries into the store. Also fix system crontab parsing for usernames starting with an underscore, which breaks the test suite on Darwin. https://git.savannah.gnu.org/cgit/mcron.git/log/?h=v1.2.3 Assisted-by: Claude Opus 4.8 Co-authored-by: Michael Daniels <mdaniels5757@gmail.com>