odoo: fix package: use werkzeug v1
This commit is contained in:
parent
7a7876a90b
commit
e062e44e65
@ -5,10 +5,15 @@
|
||||
, python3Packages
|
||||
, nodePackages
|
||||
, wkhtmltopdf
|
||||
, callPackage
|
||||
}:
|
||||
|
||||
with python3Packages;
|
||||
|
||||
let
|
||||
werkzeug = python3Packages.callPackage ../../../development/python-modules/werkzeug/1.nix {};
|
||||
in
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "odoo";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user