feat(nix/package): build for multiple Python versions

This commit is contained in:
Xarvex
2026-08-18 14:26:36 -05:00
parent c33455b7a0
commit f89f0a6c7f
2 changed files with 40 additions and 21 deletions
+1 -1
View File
@@ -96,7 +96,6 @@ python3Packages.buildPythonApplication {
dependencies =
with python3Packages;
[
audioop-lts
chardet_5
ffmpeg-python
humanfriendly
@@ -121,6 +120,7 @@ python3Packages.buildPythonApplication {
ujson
wcmatch
]
++ lib.optional (pythonAtLeast "3.13") audioop-lts
++ lib.optional withJXLSupport pillow-jxl-plugin;
# These tests require modifications to a library, which does not work