Skip to content

Commit c38fbb0

Browse files
committed
chore(nix): relax more dependencies
fixes: #1403
1 parent 0433908 commit c38fbb0

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# SPDX-FileCopyrightText: (c) TagStudio Contributors
22
# SPDX-License-Identifier: GPL-3.0-only
33

4-
54
{
65
ffmpeg-headless,
76
lib,
@@ -84,8 +83,10 @@ python3Packages.buildPythonApplication {
8483
"py7zr"
8584
"pyside6"
8685
"rarfile"
86+
"rawpy"
8787
"requests"
8888
"semver"
89+
"Send2Trash"
8990
"structlog"
9091
"typing-extensions"
9192
];
@@ -130,6 +131,7 @@ python3Packages.buildPythonApplication {
130131
"test_close_library" # TODO: Look into segfault.
131132
"test_flow_layout_happy_path"
132133
"test_get" # TODO: Look further into, might be possible to run.
134+
"test_github_api_unavailable"
133135
"test_json_migration"
134136
"test_library_migrations"
135137
"test_update_tags"

0 commit comments

Comments
 (0)