lol

python312Packages.nomadnet: format with nixfmt

+12 -15
+12 -15
pkgs/development/python-modules/nomadnet/default.nix
··· 1 - { lib 2 - , buildPythonPackage 3 - , fetchFromGitHub 4 - , lxmf 5 - , pythonOlder 6 - , qrcode 7 - , rns 8 - , setuptools 9 - , urwid 10 }: 11 12 buildPythonPackage rec { ··· 23 hash = "sha256-Ut/YifODoiHCo3bhN8nV5ZPNIr70FM6MjlZCrUuNaFc="; 24 }; 25 26 - build-system = [ 27 - setuptools 28 - ]; 29 30 dependencies = [ 31 rns ··· 37 # Module has no tests 38 doCheck = false; 39 40 - pythonImportsCheck = [ 41 - "nomadnet" 42 - ]; 43 44 meta = with lib; { 45 description = "Off-grid, resilient mesh communication";
··· 1 + { 2 + lib, 3 + buildPythonPackage, 4 + fetchFromGitHub, 5 + lxmf, 6 + pythonOlder, 7 + qrcode, 8 + rns, 9 + setuptools, 10 + urwid, 11 }: 12 13 buildPythonPackage rec { ··· 24 hash = "sha256-Ut/YifODoiHCo3bhN8nV5ZPNIr70FM6MjlZCrUuNaFc="; 25 }; 26 27 + build-system = [ setuptools ]; 28 29 dependencies = [ 30 rns ··· 36 # Module has no tests 37 doCheck = false; 38 39 + pythonImportsCheck = [ "nomadnet" ]; 40 41 meta = with lib; { 42 description = "Off-grid, resilient mesh communication";