12 buildPythonPackage rec {
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
22 rev = "refs/tags/${version}";
23 hash = "sha256-a8fLfTJePf+pejDTqYNXCZda24LaNtOwxwEmEMAnB0I=";
30 propagatedBuildInputs = [
40 pythonImportsCheck = [
45 description = "Off-grid, resilient mesh communication";
46 mainProgram = "nomadnet";
47 homepage = "https://github.com/markqvist/NomadNet";
48 changelog = "https://github.com/markqvist/NomadNet/releases/tag/${version}";
49 license = licenses.gpl3Only;
50 maintainers = with maintainers; [ fab ];