python3Packages.pythonocc-core: update opencascade reference

This commit is contained in:
Jonathan Ringer 2022-02-07 10:46:04 -08:00
parent fa6d7fa2b4
commit 66f1e25b45
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -1,4 +1,4 @@
{ lib, stdenv, python, fetchFromGitHub, cmake, swig, opencascade, smesh, freetype, libGL, libGLU, libX11
{ lib, stdenv, python, fetchFromGitHub, cmake, swig, opencascade-occt, smesh, freetype, libGL, libGLU, libX11
, Cocoa }:
stdenv.mkDerivation rec {
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake swig ];
buildInputs = [
python opencascade smesh
python opencascade-occt smesh
freetype libGL libGLU libX11
] ++ lib.optionals stdenv.isDarwin [ Cocoa ];