1 { buildPythonApplication, fetchPypi, lib, pycryptodome }:
3 buildPythonApplication rec {
9 sha256 = "sha256-YG+NLKI9cz8Uu2y+Ut2q+vn67ExTya00XjHlWRAksz8=";
12 propagatedBuildInputs = [
17 homepage = "https://github.com/cyanomiko/dcnnt-py";
18 description = "UI-less tool to connect Android phone with desktop";
20 Yet another tool to connect Android phone with desktop similar to
23 license = licenses.mit;
24 maintainers = with maintainers; [ arnoutkroeze ];