2 , buildPythonApplication
9 buildPythonApplication rec {
13 disabled = pythonOlder "3.4";
16 inherit pname version;
17 sha256 = "sha256-frIwZ21JzVgxRS+KouBjDShHCP1lCoUwwySy2oFGcJ8=";
20 propagatedBuildInputs = [
26 homepage = "https://github.com/dhylands/rshell";
27 description = "Remote Shell for MicroPython";
28 license = licenses.mit;
29 maintainers = with maintainers; [ c0deaddict ];