Commit 7dfdc352 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin
Browse files

python3Packages.correctionlib: patch vendored rapidjson

parent a4ba9bc6
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  fetchpatch,

  # build-system
  cmake,
@@ -37,6 +38,16 @@ buildPythonPackage rec {
    fetchSubmodules = true;
  };

  patches = [
    # fix https://github.com/Tencent/rapidjson/issues/2277
    (fetchpatch {
      url = "https://github.com/Tencent/rapidjson/pull/719.diff";
      hash = "sha256-xarSfi9o73KoJo0ijT0G8fyTSYVuY0+9rLEtfUwas0Q=";
      extraPrefix = "rapidjson/";
      stripLen = 1;
    })
  ];

  build-system = [
    cmake
    scikit-build