Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #267117 from pbsds/fix-gdal-1699827228

gdal: unbreak

authored by Nikolay Korotkiy and committed by GitHub 1582451d 971718f1

+3
+3
pkgs/development/libraries/gdal/default.nix
··· 233 "test_sentinel2_zipped" 234 # tries to call unwrapped executable 235 "test_SetPROJAuxDbPaths" 236 ] ++ lib.optionals (!stdenv.isx86_64) [ 237 # likely precision-related expecting x87 behaviour 238 "test_jp2openjpeg_22"
··· 233 "test_sentinel2_zipped" 234 # tries to call unwrapped executable 235 "test_SetPROJAuxDbPaths" 236 + # fixed and renamed in 3.8.0RC1 237 + # https://github.com/OSGeo/gdal/commit/c8b471ca1e6318866ff668d2b57bb6f076e3ae29 238 + "test_visoss_6" 239 ] ++ lib.optionals (!stdenv.isx86_64) [ 240 # likely precision-related expecting x87 behaviour 241 "test_jp2openjpeg_22"