From 86274efeef6f07328f34bb26c3e54d448ddec822 Mon Sep 17 00:00:00 2001 From: Timo Gottszky Date: Wed, 17 Dec 2025 19:36:11 +0100 Subject: [PATCH] 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. --- nix/package/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix/package/default.nix b/nix/package/default.nix index 52438b42..3aa69219 100644 --- a/nix/package/default.nix +++ b/nix/package/default.nix @@ -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