diff options
| author | ghpzin <ghpzin@gmail.com> | 2025-10-28 23:28:41 +0300 |
|---|---|---|
| committer | ghpzin <ghpzin@gmail.com> | 2025-12-08 17:03:06 +0300 |
| commit | e26b408a3ab55755adb9c843e2e6219c7b959fe1 (patch) | |
| tree | c6ee2ca853e53b6a20c75535264bbf1904218e2c /pkgs/development/python-modules/python-openstackclient/git@git.tavy.me:nixos | |
| parent | 25ff165fbddc780f025f7dabcbae1e31ed775a06 (diff) | |
tradcpp: fix build with gcc15
- add "-std=gnu17" to `env.NIX_CFLAGS_COMPILE`
Last update from upstream was in 2019.
Fixes build failure with gcc15:
```
In file included from main.c:36:
bool.h:36:13: error: 'bool' cannot be defined via 'typedef'
36 | typedef int bool;
| ^~~~
bool.h:36:13: note: 'bool' is a keyword with '-std=c23' onwards
bool.h:36:1: warning: useless type name in empty declaration
36 | typedef int bool;
| ^~~~~~~
```
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient/git@git.tavy.me:nixos')
0 files changed, 0 insertions, 0 deletions
