Skip to content

Commit 86274ef

Browse files
authored
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.
1 parent 84cf470 commit 86274ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nix/package/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ python3Packages.buildPythonApplication {
8080
"py7zr"
8181
"pyside6"
8282
"rarfile"
83+
"requests"
84+
"semver"
8385
"structlog"
8486
"typing-extensions"
8587
];
@@ -103,6 +105,8 @@ python3Packages.buildPythonApplication {
103105
pyside6
104106
rarfile
105107
rawpy
108+
requests
109+
semver
106110
send2trash
107111
sqlalchemy
108112
srctools

0 commit comments

Comments
 (0)