diff options
| author | Sergei Zimmerman <145775305+xokdvium@users.noreply.github.com> | 2025-02-02 15:19:56 +0300 |
|---|---|---|
| committer | Sergei Zimmerman <145775305+xokdvium@users.noreply.github.com> | 2025-02-02 15:35:43 +0300 |
| commit | fe28eb11705adf8b244a33a94017de03eae53b20 (patch) | |
| tree | c75ca757965588c0b700cfe728b8e00190f30405 /pkgs/development/python-modules/rangehttpserver | |
| parent | fc7039f009a6c85dfedffbc7f70479a380a5b973 (diff) | |
runzip: fix build
Configure script produces a cryptic message:
```
configure:4540: error: ZLIB version too old, please install at least v1.1.2
```
It's actually misleading and comes from the vendored libzip 0.7.1 configure check.
It fails due to do `-Wimplicit-int`:
```
conftest.c:16:16: error: type defaults to 'int' in declaration of 'unzOpen' [-Wimplicit-int]
16 | extern ZEXPORT unzOpen (const char *path);
```
Vendored libzip is pretty heavily modified and unvendoring seems impossible.
Furthermore, libzip from nixpkgs in buildInputs
is actually unused and can be dropped - only zlib is necessary.
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions
