16 python3Packages.buildPythonApplication rec {
19 pyproject = false; # built with meson
21 src = fetchFromGitHub {
22 owner = "CleoMenezesJr";
25 hash = "sha256-jMlix8nlCaVLZEhqzb6LRNrD3DUZMTIjqrRKo6nFbQA=";
43 dependencies = with python3Packages; [
51 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
55 description = "HTTP-based APIs test application for GNOME";
56 homepage = "https://github.com/CleoMenezesJr/escambo";
57 license = lib.licenses.gpl3Plus;
58 mainProgram = "escambo";
59 maintainers = with lib.maintainers; [ aleksana ];
60 platforms = lib.platforms.linux;