octoprint: fix build

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

analog to 1b9b0cf354 on master

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
Florian Brandes 2024-11-17 11:17:14 +01:00
parent e8c38b73ae
commit ba667cec8f
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;