mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
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:
parent
4ba22a8820
commit
1b9b0cf354
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user