diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2022-07-31 16:26:35 +0100 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2022-07-31 16:31:13 +0100 |
| commit | 549e08c8e8a0e79952227c3300702d3d0fbb71a8 (patch) | |
| tree | 3af24cfd6a5f8292155b0d78837c3c258db55046 /pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch | |
| parent | 24ae20a45532d9fbe629ecaea69d84bc87c8f033 (diff) | |
bintools-wrapper, cc-wrapper: avoid invalid export of 'expand-response-params'
POSIX sh (and `bash`) impose a restriction on environment variable name
format and disallow hypheps in the names. Normally it's not a problem
as nothing usually tries to refer nyphenated names.
One exception is `nix develop` (https://github.com/NixOS/nix/issues/6848):
$ nix develop -f. gcc -L
gcc-wrapper> ...-get-env.sh: line 70: expand-response-params: bad substitution
Note that bash usually uses explicitly created `expandResponseParams`
variant of the same variable.
To work the problem around let's avoid environment variable export and move
it to `passthru` for `cc` (used ina few places) and remove it completely for
`binutils` (does not seem to be used at all).
Diffstat (limited to 'pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch')
0 files changed, 0 insertions, 0 deletions
