Moar WIP, things compile!

main
Akshay Mankar 2023-05-18 17:49:23 +02:00
parent 454965b975
commit 5a181bbd83
Signed by: axeman
GPG Key ID: CA08F3AB62369B89
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
buildPythonPackage rec {
pname = "erpnext";
version = "14.24.1";
format = "flit";
src = fetchFromGitHub {
owner = "frappe";
repo = pname;

View File

@ -18,4 +18,5 @@ buildPythonPackage rec {
python-dateutil
requests
];
doCheck = false;
}