Unverified Commit 4cc02342 authored by Arnout Engelen's avatar Arnout Engelen Committed by GitHub
Browse files

Merge pull request #312962 from raboof/fix-pythonocc-core

python3Packages.pythonocc-core: fix build
parents e81dc993 0c936f24
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12494,6 +12494,7 @@ self: super: with self; {
    inherit (pkgs) fontconfig rapidjson;
    inherit (pkgs.xorg) libX11 libXi libXmu libXext;
    inherit (pkgs.darwin.apple_sdk.frameworks) Cocoa;
    opencascade-occt = pkgs.opencascade-occt_7_6;
  });
  python-olm = callPackage ../development/python-modules/python-olm { };