octoprint: fix build

fix `werkzeug` override due to recent changes in
`werkzeug` derivation

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
Florian Brandes 2024-10-18 17:08:46 +02:00
parent 4ba22a8820
commit 1b9b0cf354
No known key found for this signature in database
GPG Key ID: 074048E893713170

View File

@ -23,6 +23,7 @@ let
werkzeug = super.werkzeug.overridePythonAttrs (oldAttrs: rec {
version = "2.2.3";
format = "setuptools";
pyproject = null;
src = fetchPypi {
pname = "Werkzeug";
inherit version;