Unverified Commit abdee294 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin Committed by GitHub
Browse files

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

parents 2ab6caac b2bb9856
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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