python3Packages.pythonocc-core: add fontconfig

This commit is contained in:
Jonathan Ringer
2022-02-07 12:40:06 -08:00
parent ef06f44700
commit 23fa12ea7a
2 changed files with 3 additions and 0 deletions
@@ -1,6 +1,7 @@
{ lib, stdenv, python, fetchFromGitHub
, cmake
, Cocoa
, fontconfig
, freetype
, libGL
, libGLU
@@ -34,6 +35,7 @@ stdenv.mkDerivation rec {
buildInputs = [
python opencascade-occt smesh
freetype libGL libGLU libX11 libXext libXmu libXi
fontconfig
] ++ lib.optionals stdenv.isDarwin [ Cocoa ];
cmakeFlags = [
+1
View File
@@ -8051,6 +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.xorg) libX11 libXi libXmu libXext;
inherit (pkgs.darwin.apple_sdk.frameworks) Cocoa;
});