Gaetan Lepage
2025-08-28 01:41:46 +02:00
parent afe35aa783
commit 647c5bcfcd
+4 -2
View File
@@ -15,6 +15,7 @@
libpcap,
libusb1,
llvmPackages,
nanoflann,
# nativeBuildInputs
boost,
@@ -32,13 +33,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pcl";
version = "1.15.0";
version = "1.15.1";
src = fetchFromGitHub {
owner = "PointCloudLibrary";
repo = "pcl";
tag = "pcl-${finalAttrs.version}";
hash = "sha256-UCuQMWGwe+YxeGj0Y6m5IT58NW2lAWN5RqyZnvyFSr4=";
hash = "sha256-+KyaajJM0I5CAcr8AiOLC4TkGV3Gm73a0/X8LQWFZMI=";
};
strictDeps = true;
@@ -62,6 +63,7 @@ stdenv.mkDerivation (finalAttrs: {
libpcap
libsForQt5.qtbase
libusb1
nanoflann
]
++ lib.optionals stdenv.cc.isClang [ llvmPackages.openmp ];