mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
libLAS: unpin boost172
This commit is contained in:
parent
ac6d8999f0
commit
7123725134
@ -15,6 +15,16 @@ stdenv.mkDerivation rec {
|
||||
url = "https://github.com/libLAS/libLAS/commit/ded463732db1f9baf461be6f3fe5b8bb683c41cd.patch";
|
||||
sha256 = "sha256-aWMpazeefDHE9OzuLR3FJ8+oXeGhEsk1igEm6j2DUnw=";
|
||||
})
|
||||
(fetchpatch {
|
||||
name = "fix-build-with-boost-1.73-1.patch";
|
||||
url = "https://github.com/libLAS/libLAS/commit/af431abce95076b59f4eb7c6ef0930ca57c8a063.patch";
|
||||
hash = "sha256-2lr028t5hq3oOLZFXnvIJXCUsoVHbG/Mus93OZvi5ZU=";
|
||||
})
|
||||
(fetchpatch {
|
||||
name = "fix-build-with-boost-1.73-2.patch";
|
||||
url = "https://github.com/libLAS/libLAS/commit/0d3b8d75f371a6b7c605bbe5293091cb64a7e2d3.patch";
|
||||
hash = "sha256-gtNIazR+l1h+Xef+4qQc7EVi+Nlht3F8CrwkINothtA=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ cmake ] ++ lib.optional stdenv.hostPlatform.isDarwin fixDarwinDylibNames;
|
||||
|
@ -21975,9 +21975,7 @@ with pkgs;
|
||||
|
||||
libgtop = callPackage ../development/libraries/libgtop { };
|
||||
|
||||
libLAS = callPackage ../development/libraries/libLAS {
|
||||
boost = boost172;
|
||||
};
|
||||
libLAS = callPackage ../development/libraries/libLAS { };
|
||||
|
||||
liblaxjson = callPackage ../development/libraries/liblaxjson { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user