a note about providers

This commit is contained in:
Jean-Paul Calderone 2022-01-27 13:23:59 -05:00
parent fae80e5da9
commit c21ca210e3

View File

@ -43,6 +43,9 @@ mach-nix.buildPythonPackage {
pyrsistent
'';
# Specify where mach-nix should find packages for our Python dependencies.
# There are some reasonable defaults so we only need to specify certain
# packages where the default configuration runs into some issue.
providers = {
# Through zfec 1.5.5 the wheel has an incorrect runtime dependency
# declared on argparse, not available for recent versions of Python 3.