From 7ec2e96c2cdca5583df23faa557f75bf97b3e0d4 Mon Sep 17 00:00:00 2001 From: Hendrik Sokolowski Date: Thu, 19 Sep 2024 23:29:54 +0200 Subject: [PATCH] add python-stdnum as erpnext dependency --- python/erpnext.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/erpnext.nix b/python/erpnext.nix index df8646d..e12dfe8 100644 --- a/python/erpnext.nix +++ b/python/erpnext.nix @@ -14,6 +14,7 @@ # Integration dependencies , googlemaps , plaid-python +, python-stdnum , python-youtube , pypng }: @@ -54,6 +55,7 @@ buildPythonPackage rec { # Integration dependencies googlemaps plaid-python + python-stdnum python-youtube # used for QR code generation pypng