Unverified Commit 53b43eac authored by Arnout Engelen's avatar Arnout Engelen
Browse files

python3Packages.pythonocc-core: skip bulk update



Because it'll fail anyway, since it has to be updated
in tandem with `opencascade-occt`

Co-Authored-By: default avatarMartin Weinelt <hexa@darmstadt.ccc.de>
parent fe2ecaf7
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -48,6 +48,12 @@ stdenv.mkDerivation rec {
    "-DPYTHONOCC_WRAP_SMESH=TRUE"
  ];

  passthru = {
    # `python3Packages.pythonocc-core` must be updated in tandem with
    # `opencascade-occt`, and including it in the bulk updates often breaks it.
    skipBulkUpdate = true;
  };

  meta = with lib; {
    description = "Python wrapper for the OpenCASCADE 3D modeling kernel";
    homepage = "https://github.com/tpaviot/pythonocc-core";