fix(nix/package): add new build dependencies

This commit is contained in:
Xarvex
2025-09-12 14:42:19 -05:00
parent 1e5334e76a
commit ea4b01ec08
2 changed files with 11 additions and 6 deletions

View File

@@ -77,7 +77,9 @@ python3Packages.buildPythonApplication {
"pillow-avif-plugin"
"pillow-heif"
"pillow-jxl-plugin"
"py7zr"
"pyside6"
"rarfile"
"structlog"
"typing-extensions"
];
@@ -96,9 +98,11 @@ python3Packages.buildPythonApplication {
pillow
pillow-avif-plugin
pillow-heif
py7zr
pydantic
pydub
pyside6
rarfile
rawpy
send2trash
sqlalchemy
@@ -115,6 +119,7 @@ python3Packages.buildPythonApplication {
disabledTests = [
"test_badge_visual_state"
"test_browsing_state_update"
"test_close_library" # TODO: Look into segfault.
"test_flow_layout_happy_path"
"test_get" # TODO: Look further into, might be possible to run.
"test_json_migration"