about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@disroot.org>2023-11-13 08:47:17 +0400
committerGitHub <noreply@github.com>2023-11-13 08:47:17 +0400
commit1582451dc5b8cd1ba5833dbbd8f4f69a90ef37e1 (patch)
treed684fab4c5cfebd930cc356e388bd5545b83a73d /pkgs/development
parent971718f1d9e1534f96a5377840197a2fc9e0adf8 (diff)
parent720fa29e32f7aca8fc0745cdea87b411e7e6876a (diff)
Merge pull request #267117 from pbsds/fix-gdal-1699827228
gdal: unbreak
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/gdal/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/libraries/gdal/default.nix b/pkgs/development/libraries/gdal/default.nix
index 51e2093680353..28f083c31b106 100644
--- a/pkgs/development/libraries/gdal/default.nix
+++ b/pkgs/development/libraries/gdal/default.nix
@@ -233,6 +233,9 @@ stdenv.mkDerivation (finalAttrs: {
     "test_sentinel2_zipped"
     # tries to call unwrapped executable
     "test_SetPROJAuxDbPaths"
+    # fixed and renamed in 3.8.0RC1
+    # https://github.com/OSGeo/gdal/commit/c8b471ca1e6318866ff668d2b57bb6f076e3ae29
+    "test_visoss_6"
   ] ++ lib.optionals (!stdenv.isx86_64) [
     # likely precision-related expecting x87 behaviour
     "test_jp2openjpeg_22"