Loading pkgs/development/python-modules/correctionlib/default.nix +11 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, fetchpatch, # build-system cmake, Loading Loading @@ -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 Loading Loading
pkgs/development/python-modules/correctionlib/default.nix +11 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, fetchpatch, # build-system cmake, Loading Loading @@ -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 Loading