mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
python3Packages.pythonocc: add rapidjson dep
This commit is contained in:
parent
775e3c8e2b
commit
40bf8d25aa
@ -10,6 +10,7 @@
|
||||
, libXi
|
||||
, libXmu
|
||||
, opencascade-occt
|
||||
, rapidjson
|
||||
, smesh
|
||||
, swig
|
||||
}:
|
||||
@ -35,7 +36,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [
|
||||
python opencascade-occt smesh
|
||||
freetype libGL libGLU libX11 libXext libXmu libXi
|
||||
fontconfig
|
||||
fontconfig rapidjson
|
||||
] ++ lib.optionals stdenv.isDarwin [ Cocoa ];
|
||||
|
||||
cmakeFlags = [
|
||||
|
@ -8051,7 +8051,7 @@ in {
|
||||
python-oauth2 = callPackage ../development/python-modules/python-oauth2 { };
|
||||
|
||||
pythonocc-core = toPythonModule (callPackage ../development/python-modules/pythonocc-core {
|
||||
inherit (pkgs) fontconfig;
|
||||
inherit (pkgs) fontconfig rapidjson;
|
||||
inherit (pkgs.xorg) libX11 libXi libXmu libXext;
|
||||
inherit (pkgs.darwin.apple_sdk.frameworks) Cocoa;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user