diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2024-06-22 10:35:30 +0100 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2024-06-22 10:36:30 +0100 |
| commit | 0fc457d161ef51966733fb8fd8fabee6e90298f4 (patch) | |
| tree | 6a9e02583f8ac6969d07bf068868a6cff767e8ab /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | 771e8cf391f3650aceb09889bedb84f305548551 (diff) | |
libimobiledevice: pull `gcc-14` fix pending upstream inclusion
Without the change both `gcc-14` and `clag` `stdenv`s fil the build as:
$ nix build --impure --expr 'with import ./. {}; libimobiledevice.override {stdenv = gcc14Stdenv; }' -L
...
libimobiledevice> afcclient.c: In function 'print_file_info':
libimobiledevice> afcclient.c:488:17: error: implicit declaration of function 'strftime' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
libimobiledevice> 488 | strftime(timebuf, 64, "%d %h %Y %H:%M:%S", localtime(&t));
libimobiledevice> | ^~~~~~~~
libimobiledevice> afcclient.c:75:1: note: include '<time.h>' or provide a declaration of 'strftime'
libimobiledevice> 74 | #include <libimobiledevice-glue/utils.h>
libimobiledevice> +++ |+#include <time.h>
libimobiledevice> 75 |
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
