nixpkgs/pkgs/development/libraries/libimobiledevice
Sergei Trofimovich fbc7955d72 libimobiledevice: pull upstream fix for clang-16 support
Without the change the build fails on `clang-16` and upcoming `gcc-14`
as:

    $ nix build --impure --expr 'with import ./. {}; libimobiledevice.override { stdenv = clangStdenv; }' -L
    ...
    libimobiledevice> #define __usleep(x) usleep(x)
    libimobiledevice>                     ^
    libimobiledevice> idevicedevmodectl.c:416:6: error: call to undeclared function 'usleep'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
2023-12-01 16:23:51 +00:00
..
default.nix libimobiledevice: pull upstream fix for clang-16 support 2023-12-01 16:23:51 +00:00