Skip to content

Commit ea4b01e

Browse files
committed
fix(nix/package): add new build dependencies
1 parent 1e5334e commit ea4b01e

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/package/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ python3Packages.buildPythonApplication {
7777
"pillow-avif-plugin"
7878
"pillow-heif"
7979
"pillow-jxl-plugin"
80+
"py7zr"
8081
"pyside6"
82+
"rarfile"
8183
"structlog"
8284
"typing-extensions"
8385
];
@@ -96,9 +98,11 @@ python3Packages.buildPythonApplication {
9698
pillow
9799
pillow-avif-plugin
98100
pillow-heif
101+
py7zr
99102
pydantic
100103
pydub
101104
pyside6
105+
rarfile
102106
rawpy
103107
send2trash
104108
sqlalchemy
@@ -115,6 +119,7 @@ python3Packages.buildPythonApplication {
115119
disabledTests = [
116120
"test_badge_visual_state"
117121
"test_browsing_state_update"
122+
"test_close_library" # TODO: Look into segfault.
118123
"test_flow_layout_happy_path"
119124
"test_get" # TODO: Look further into, might be possible to run.
120125
"test_json_migration"

0 commit comments

Comments
 (0)