Skip to content

Commit

Permalink
liblas: pin boost version
Browse files Browse the repository at this point in the history
liblas build is broken with the latest boost 1.86. liblas is not
actively maintained anymore and we can't expect proper upstream fix. We
pin boost to the latest working version instead.
  • Loading branch information
imincik committed Dec 30, 2024
1 parent 587b0e8 commit 4808642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/li/libLAS/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
stdenv,
fetchurl,
fetchpatch,
boost,
boost183,
cmake,
libgeotiff,
libtiff,
Expand Down Expand Up @@ -47,7 +47,7 @@ stdenv.mkDerivation rec {

nativeBuildInputs = [ cmake ] ++ lib.optional stdenv.hostPlatform.isDarwin fixDarwinDylibNames;
buildInputs = [
boost
boost183
libgeotiff
libtiff
laszip_2
Expand Down

0 comments on commit 4808642

Please sign in to comment.