summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pythonocc-core
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/pythonocc-core')
-rw-r--r--pkgs/development/python-modules/pythonocc-core/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/pythonocc-core/default.nix b/pkgs/development/python-modules/pythonocc-core/default.nix
index 9415a4ee36f7..d632103d36ae 100644
--- a/pkgs/development/python-modules/pythonocc-core/default.nix
+++ b/pkgs/development/python-modules/pythonocc-core/default.nix
@@ -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 = [