7 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
13 owner = "ail-project";
15 rev = "refs/tags/v${version}";
16 hash = "sha256-5KddApwaN4t+QRaQTqIXuYStuPxKq3v6pRknBusAcbM=";
25 build-system = with python3.pkgs; [
29 dependencies = with python3.pkgs; [
40 description = "Capturing system using playwright";
41 homepage = "https://github.com/ail-project/lacus";
42 changelog = "https://github.com/ail-project/lacus/releases/tag/v${version}";
43 license = licenses.bsd3;
44 maintainers = with maintainers; [ fab ];