diff options
| author | Marie Ramlow <me@nycode.dev> | 2025-09-21 10:55:06 +0200 |
|---|---|---|
| committer | Marie Ramlow <me@nycode.dev> | 2025-10-07 10:28:13 +0200 |
| commit | 06e1588e5752bc02b40361ca7146331baa0902f4 (patch) | |
| tree | c6f1cc2f2c4eab3e2b3827dd0f61fd92c74776ca /pkgs/development/python-modules/python-sql | |
| parent | f15bc496e57cdc734e9c4bc2040369e871e46ae6 (diff) | |
gcc: drop libstdc++ patch
This patch was introduced in 2010 to fix mingw compilers.
See c548c084bbc009912673f8020298d698d2792e9d
It no longer applies to gcc15 and all of our current gccs (13, 14 and 15)
build fine without it.
Tested the following cross-compilers:
```shell
nix-build --expr 'with (import ./. { }).pkgsCross.mingwW64; hello.override { stdenv = gcc13Stdenv; }' \
--expr 'with (import ./. { }).pkgsCross.mingwW64; hello.override { stdenv = gcc14Stdenv; }' \
--expr 'with (import ./. { }).pkgsCross.mingwW64; hello.override { stdenv = gcc15Stdenv; }' \
--expr 'with (import ./. { }).pkgsCross.mingw32; hello.override { stdenv = gcc13Stdenv; }' \
--expr 'with (import ./. { }).pkgsCross.mingw32; hello.override { stdenv = gcc14Stdenv; }' \
--expr 'with (import ./. { }).pkgsCross.mingw32; hello.override { stdenv = gcc15Stdenv; }'
```
Diffstat (limited to 'pkgs/development/python-modules/python-sql')
0 files changed, 0 insertions, 0 deletions
