summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorBoey Maun Suang <boeyms@users.noreply.github.com>2023-02-18 17:04:51 +1100
committerAustin Seipp <aseipp@pobox.com>2023-02-18 14:07:28 -0600
commit4d85cedf5a312a7750aeb4fb1ce186067887edc1 (patch)
tree3245c27d893d3e3c240d10c8c95bd2c17108af42 /pkgs/development/python-modules/rangehttpserver
parentf71f6c1c9462eff971d2380f5c6bc8ddbcc031d9 (diff)
cvc4: Fix build failure from new bash 5.2 feature
Per https://bodhi.fedoraproject.org/updates/FEDORA-2022-dc47174c36: This update fixes a failure to build with source with bash 5.2. Bash's `patsub_replacement` feature makes ampersand a special character when doing variable substitution, which was not previously the case. This update instructs bash to turn off the new behavior. We exclude the unrelated change in that Fedora update (i.e. using Python 3.11's `tomllib` instead of the PyPI `toml` package) since: - we package cvc4 with Python versions earlier than 3.11; and - since cvc4 is no longer being updated, sticking with the PyPI `toml` package causes no extra work in the future.
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions