python3Packages.correctionlib: reduce churn on compiler updates (#451855)

This commit is contained in:
Dmitry Kalinkin
2025-10-22 18:11:16 +00:00
committed by GitHub
@@ -41,6 +41,10 @@ buildPythonPackage rec {
hash = "sha256-aLTeyDOo80p8xzl/IPnpT3BOjS2qOYn/Z7pidcLoEY8=";
};
postPatch = ''
substituteInPlace CMakeLists.txt --replace-fail "-Wall -Wextra -Wpedantic -Werror" ""
'';
build-system = [
pybind11
scikit-build-core