9 buildPythonPackage rec {
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
17 owner = "xuanxuan000";
18 repo = "python-linknlink";
19 rev = "refs/tags/${version}";
20 hash = "sha256-pr0FwNweg7hFcvaOHQyXjIzH1L6Q4q/1llwfdl9k0Sk=";
27 propagatedBuildInputs = [
31 pythonImportsCheck = [
39 description = "Module and CLI for controlling Linklink devices locally";
40 homepage = "https://github.com/xuanxuan000/python-linknlink";
42 license = licenses.mit;
43 maintainers = with maintainers; [ fab ];