summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-08-27 19:21:16 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2022-02-27 10:25:35 +0100
commit1b8aa881ea438df01fa112d4d4c8f11ef0bbef26 (patch)
tree4f778c0abb01c05073e3c1cd52c4f05583acb9a7 /pkgs/development/python-modules/rangehttpserver
parentf363b7c5dfc50b3b3051c333678d22fd318fa89d (diff)
glibc: revert `/bin/bash` usage
Rather than `$BASH`, `glibc` now hardcodes `/bin/bash` as interpreter[1] in several scripts (including `ldd`). This is a problem because relevant programs such as `ldd(1)` won't work properly without this since we set `BASH` to `/bin/sh` to avoid dependencies to the bootstrap tools for `bash` as runtime-dependency (since NixOS doesn't have `/bin/bash`). Considering that this was only done as an "improvement" to their build-system and not because they wanted to use some bashisms here (the variable was always called `BASH` and we still used `/bin/sh` anyways), I'd consider this to be relatively safe. [1] 5188a9d0265cc6f7235a8af1d31ab02e4a24853d
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions