Unverified Commit d11438c1 authored by Ivan Mincik's avatar Ivan Mincik Committed by GitHub
Browse files

Merge pull request #296457 from imincik/pdal-2.7.0

pdal: 2.6.3 -> 2.7.0
parents 161f3ba6 ff2e98c4
Loading
Loading
Loading
Loading
+2 −12
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
, stdenv
, callPackage
, fetchFromGitHub
, fetchpatch
, testers

, enableE57 ? lib.meta.availableOn stdenv.hostPlatform libe57format
@@ -28,24 +27,15 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "pdal";
  version = "2.6.3";
  version = "2.7.0";

  src = fetchFromGitHub {
    owner = "PDAL";
    repo = "PDAL";
    rev = finalAttrs.version;
    sha256 = "sha256-wrgEbCYOGW1yrVxyX+UDa5jcUqab3letEGuvWnYvtac=";
    sha256 = "sha256-knyDVUZH+X563UzKkvDpi08EcXU5s4+Jvya3Xprpt1A=";
  };

  patches = [
    # Fix running tests
    # https://github.com/PDAL/PDAL/issues/4280
    (fetchpatch {
      url = "https://patch-diff.githubusercontent.com/raw/PDAL/PDAL/pull/4291.patch";
      sha256 = "sha256-jFS+trwMRBfm+MpT0CcuD/hdYmfyuQj2zyoe06B6G9U=";
    })
  ];

  nativeBuildInputs = [
    cmake
    pkg-config