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