trying stuff
This commit is contained in:
parent
1f569f6345
commit
704ef2502b
@ -31,9 +31,7 @@
|
|||||||
|
|
||||||
# Custom function to filter out sphinx when Python version is < 3.11
|
# Custom function to filter out sphinx when Python version is < 3.11
|
||||||
filterSphinxForOldPython = packages:
|
filterSphinxForOldPython = packages:
|
||||||
if isPython311OrHigher
|
builtins.filter (p: p.pname or "" != "sphinx") packages;
|
||||||
then packages
|
|
||||||
else builtins.filter (p: p.pname or "" != "sphinx") packages;
|
|
||||||
|
|
||||||
# Base Python packages that are always included
|
# Base Python packages that are always included
|
||||||
basePackages = ps: with ps; [
|
basePackages = ps: with ps; [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user