diff options
| author | Nicolas Benes <nbenes.gh@xandea.de> | 2022-03-17 00:19:30 +0100 |
|---|---|---|
| committer | Frederik Rietdijk <freddyrietdijk@fridh.nl> | 2022-03-29 13:39:33 +0200 |
| commit | 2f027dff0b5fcd646cd8c96bc2f473f0cd8f0993 (patch) | |
| tree | 21388a94c73189e647c1833a3d703f5996f41c6c /pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch | |
| parent | 54aab5dbb7cac5b8d8bd771a4298ad90bcebaf1e (diff) | |
python: remove ncurses flag
It seems the additional linker flags were added in 9d3b0a2 (May 2008) as
a workaround for readline support. They were kept since then, but it
also means that `python3-config` outputs these flags
```console
$ python3-config --libs
-lpthread -ldl -lcrypt -lncurses -lutil -lm -lm
```
while other GNU/Linux distros do not. For example, Debian 11:
```console
$ sudo apt install python3-dev
$ python3-config --libs
-lcrypt -lpthread -ldl -lutil -lm -lm
```
This change removes the `-lncurses` flag and aligns Nix/NixOS with other
distros.
Diffstat (limited to 'pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch')
0 files changed, 0 insertions, 0 deletions
