lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.aiowinreg: format with nixfmt

+10 -13
+10 -13
pkgs/development/python-modules/aiowinreg/default.nix
··· 1 - { lib 2 - , buildPythonPackage 3 - , fetchFromGitHub 4 - , prompt-toolkit 5 - , pythonOlder 6 - , setuptools 7 - , winacl 1 + { 2 + lib, 3 + buildPythonPackage, 4 + fetchFromGitHub, 5 + prompt-toolkit, 6 + pythonOlder, 7 + setuptools, 8 + winacl, 8 9 }: 9 10 10 11 buildPythonPackage rec { ··· 21 22 hash = "sha256-XQDBvBfocz5loUg9eZQz4FKGiCGCaczwhYE/vhy7mC0="; 22 23 }; 23 24 24 - nativeBuildInputs = [ 25 - setuptools 26 - ]; 25 + nativeBuildInputs = [ setuptools ]; 27 26 28 27 propagatedBuildInputs = [ 29 28 prompt-toolkit ··· 33 32 # Project doesn't have tests 34 33 doCheck = false; 35 34 36 - pythonImportsCheck = [ 37 - "aiowinreg" 38 - ]; 35 + pythonImportsCheck = [ "aiowinreg" ]; 39 36 40 37 meta = with lib; { 41 38 description = "Python module to parse the registry hive";