python3Packages.graphviz: fix build for structuredAttrs (#472530)

This commit is contained in:
Aleksana
2025-12-22 15:07:58 +00:00
committed by GitHub
@@ -36,7 +36,7 @@ buildPythonPackage rec {
];
# Fontconfig error: Cannot load default config file
FONTCONFIG_FILE = makeFontsConf { fontDirectories = [ freefont_ttf ]; };
env.FONTCONFIG_FILE = makeFontsConf { fontDirectories = [ freefont_ttf ]; };
build-system = [ setuptools ];