mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-28 22:01:24 +00:00
fix(nix): add requests and semver to nix package (#1265)
The addition of the update notification added requests and semver to the dependencies. They were however not added to the nix package, breaking the build.
This commit is contained in:
@@ -80,6 +80,8 @@ python3Packages.buildPythonApplication {
|
||||
"py7zr"
|
||||
"pyside6"
|
||||
"rarfile"
|
||||
"requests"
|
||||
"semver"
|
||||
"structlog"
|
||||
"typing-extensions"
|
||||
];
|
||||
@@ -103,6 +105,8 @@ python3Packages.buildPythonApplication {
|
||||
pyside6
|
||||
rarfile
|
||||
rawpy
|
||||
requests
|
||||
semver
|
||||
send2trash
|
||||
sqlalchemy
|
||||
srctools
|
||||
|
||||
Reference in New Issue
Block a user