···
···
-
disabled = pythonOlder "3.8";
-
# patch does not apply to PyPI tarball due to different line endings
-
hash = "sha256-IqjqcBEL4BK/VfRjdxJ9t/DkG8OMAoXJxbW5JXpALuw=";
···
-
sed -i "/--cov/d" setup.cfg
# Fontconfig error: Cannot load default config file
FONTCONFIG_FILE = makeFontsConf { fontDirectories = [ freefont_ttf ]; };
···
-
HOME=$TMPDIR ${python.interpreter} run-tests.py
# Too many failures due to attempting to connect to com.apple.fonts daemon
doCheck = !stdenv.hostPlatform.isDarwin;
description = "Simple Python interface for Graphviz";
homepage = "https://github.com/xflr6/graphviz";
-
changelog = "https://github.com/xflr6/graphviz/blob/${src.rev}/CHANGES.rst";
-
license = licenses.mit;
-
maintainers = with maintainers; [ dotlambda ];
···
···
+
writableTmpDirAsHomeHook,
+
hash = "sha256-o6woY+UhbsJtUqIzYGXlC0Pw3su7WG4xlAKSslSADwI=";
···
# Fontconfig error: Cannot load default config file
FONTCONFIG_FILE = makeFontsConf { fontDirectories = [ freefont_ttf ]; };
···
+
writableTmpDirAsHomeHook
# Too many failures due to attempting to connect to com.apple.fonts daemon
doCheck = !stdenv.hostPlatform.isDarwin;
description = "Simple Python interface for Graphviz";
homepage = "https://github.com/xflr6/graphviz";
+
changelog = "https://github.com/xflr6/graphviz/blob/${src.tag}/CHANGES.rst";
+
license = lib.licenses.mit;
+
maintainers = with lib.maintainers; [ dotlambda ];