Skip to content

Commit

Permalink
Remove debug leftovers.
Browse files Browse the repository at this point in the history
  • Loading branch information
rollf committed Jan 20, 2024
1 parent 35353ca commit 31e8244
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions pkgs/development/libraries/gdal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ stdenv.mkDerivation (finalAttrs: {
swig
] ++ javaDeps;

# commit title fore corretto
# "python{27,310}Packages.requests: 1.0.0 -> 2.0.0"

cmakeFlags = [
"-DGDAL_USE_INTERNAL_LIBS=OFF"
"-DGEOTIFF_INCLUDE_DIR=${lib.getDev libgeotiff}/include"
Expand Down
1 change: 1 addition & 0 deletions pkgs/development/libraries/gdal/tests.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ runCommand "${pname}-tests" { meta.timeout = 60; }
${gdal}/bin/gdalinfo --version \
| grep 'GDAL ${version}'
# test formats
${gdal}/bin/ogrinfo --formats \
| grep 'GPKG.*GeoPackage'
Expand Down

0 comments on commit 31e8244

Please sign in to comment.