mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
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:
parent
e8c38b73ae
commit
ba667cec8f
@ -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