Loading pkgs/development/python-modules/graphviz/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 ]; Loading Loading
pkgs/development/python-modules/graphviz/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 ]; Loading