python3Packages.pythonocc-core: 7.5.1 -> 7.6.2
This commit is contained in:
parent
4c71cbb209
commit
eb80520f83
1 changed files with 4 additions and 4 deletions
|
@ -12,18 +12,18 @@
|
||||||
, opencascade-occt
|
, opencascade-occt
|
||||||
, rapidjson
|
, rapidjson
|
||||||
, smesh
|
, smesh
|
||||||
, swig
|
, swig4
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "pythonocc-core";
|
pname = "pythonocc-core";
|
||||||
version = "7.5.1";
|
version = "7.6.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tpaviot";
|
owner = "tpaviot";
|
||||||
repo = "pythonocc-core";
|
repo = "pythonocc-core";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1md6x60pnfq0qv4lsnmjv6i96mzdrcpxcgpb316i7wmv9b5ci01s";
|
sha256 = "sha256-45pqPQ07KYlpFwJSAYVHbzuqDQTbAvPpxReal52DCzU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||||
--replace "/usr/X11R6/lib/libGLU.dylib" "${libGLU}/lib/libGLU.dylib"
|
--replace "/usr/X11R6/lib/libGLU.dylib" "${libGLU}/lib/libGLU.dylib"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake swig ];
|
nativeBuildInputs = [ cmake swig4 ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
python opencascade-occt smesh
|
python opencascade-occt smesh
|
||||||
freetype libGL libGLU libX11 libXext libXmu libXi
|
freetype libGL libGLU libX11 libXext libXmu libXi
|
||||||
|
|
Loading…
Reference in a new issue