mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-19 23:13:13 +00:00
For patch-shebangs to work we need perl to be listed as a build input because it will run on the target system, not the build one. Fixes #46476 /cc @dtzWill