17 buildPythonPackage rec {
22 disabled = pythonOlder "3.8";
24 src = fetchFromGitHub {
25 owner = "ail-project";
27 rev = "refs/tags/v${version}";
28 hash = "sha256-vfhRbbutNuZW/oI/eCJUXydCn47ThOlWRz2NJJrE3Tw=";
40 propagatedBuildInputs = [
54 pythonImportsCheck = [
59 description = "The 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 ];