mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-08-20 02:52:27 +02:00
feat(nix/package): build for multiple Python versions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user