papis: fix build failure with optional deps (#493987)

This commit is contained in:
Aleksana
2026-02-27 04:49:28 +00:00
committed by GitHub
@@ -126,6 +126,10 @@ buildPythonPackage (finalAttrs: {
"test_yaml_unicode_dump"
# FileNotFoundError: Command not found: 'init'
"test_git_cli"
]
++ lib.optionals withOptDeps [
# Require network access
"test_csl_style_download"
];
meta = {