18 buildPythonPackage rec {
23 disabled = pythonOlder "3.9";
25 src = fetchFromGitHub {
26 owner = "ail-project";
28 rev = "refs/tags/v${version}";
29 hash = "sha256-83OD/oGzjLsW0FRFyW6Yh9pwh/lcCfZDIe6uahhTRVc=";
38 build-system = [ poetry-core ];
56 pythonImportsCheck = [ "lacuscore" ];
59 description = "Modulable part of Lacus";
60 homepage = "https://github.com/ail-project/LacusCore";
61 changelog = "https://github.com/ail-project/LacusCore/releases/tag/v${version}";
62 license = licenses.bsd3;
63 maintainers = with maintainers; [ fab ];