odoo: fix package: use werkzeug v1

This commit is contained in:
Maciej Krüger 2022-02-01 13:25:06 +01:00
parent 7a7876a90b
commit e062e44e65
No known key found for this signature in database
GPG key ID: 0D948CE19CF49C5F

View file

@ -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";