diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2023-08-20 12:08:37 +0100 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2023-08-21 09:54:42 +0100 |
| commit | 2a3e20abeb14861b62d5d3b459573d5658c603d7 (patch) | |
| tree | e0b496f215473cf8ff757f482f24672fc96d3996 /pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch | |
| parent | e7eb1f799cce31b7acfc694348e4daf9300acd41 (diff) | |
geos: pull upstream fix for gcc-13 build failure
Without the change build against `gcc-13` fails as:
$ nix build --impure --expr 'with import ./. {}; geos.override { stdenv = gcc13Stdenv; }' -L
...
/build/geos-3.11.2/include/geos/shape/fractal/HilbertEncoder.h:41:5: error: 'uint32_t' does not name a type
41 | uint32_t encode(const geom::Envelope* env);
| ^~~~~~~~
/build/geos-3.11.2/include/geos/shape/fractal/HilbertEncoder.h:21:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
20 | #include <vector>
+++ |+#include <cstdint>
Diffstat (limited to 'pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch')
0 files changed, 0 insertions, 0 deletions
