12 buildPythonPackage rec {
16 src = fetchFromGitLab {
20 sha256 = "sha256-QS7vi0gUQbqqRYkZwD2B+zkt6DQ6AamQO7sihD8qWS0=";
23 propagatedBuildInputs = [
31 checkInputs = [ pytestCheckHook ];
34 # Test require network connection
43 description = "A build system for Ubuntu Touch apps";
44 homepage = "https://clickable-ut.dev";
45 changelog = "https://clickable-ut.dev/en/latest/changelog.html";
46 license = lib.licenses.gpl3Only;
47 maintainers = with lib.maintainers; [ ilyakooo0 ];