Skip to content

Commit

Permalink
gdal: switch to openexr_3 (#366939)
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik authored Jan 2, 2025
2 parents 8aba629 + 8112df3 commit 8b9a058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gdal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
libxml2,
lz4,
netcdf,
openexr,
openexr_3,
openjpeg,
openssl,
pcre2,
Expand Down Expand Up @@ -167,7 +167,7 @@ stdenv.mkDerivation (finalAttrs: {
nonDarwinDeps = lib.optionals (!stdenv.hostPlatform.isDarwin) (
[
# tests for formats enabled by these packages fail on macos
openexr
openexr_3
xercesc
]
++ arrowDeps
Expand Down

0 comments on commit 8b9a058

Please sign in to comment.