lol
0
fork

Configure Feed

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

python312Packages.dissect-thumbcache: format with nixfmt

+12 -15
+12 -15
pkgs/development/python-modules/dissect-thumbcache/default.nix
··· 1 - { lib 2 - , buildPythonPackage 3 - , dissect-cstruct 4 - , dissect-util 5 - , fetchFromGitHub 6 - , pytestCheckHook 7 - , pythonOlder 8 - , setuptools 9 - , setuptools-scm 1 + { 2 + lib, 3 + buildPythonPackage, 4 + dissect-cstruct, 5 + dissect-util, 6 + fetchFromGitHub, 7 + pytestCheckHook, 8 + pythonOlder, 9 + setuptools, 10 + setuptools-scm, 10 11 }: 11 12 12 13 buildPythonPackage rec { ··· 33 34 dissect-util 34 35 ]; 35 36 36 - nativeCheckInputs = [ 37 - pytestCheckHook 38 - ]; 37 + nativeCheckInputs = [ pytestCheckHook ]; 39 38 40 - pythonImportsCheck = [ 41 - "dissect.thumbcache" 42 - ]; 39 + pythonImportsCheck = [ "dissect.thumbcache" ]; 43 40 44 41 disabledTests = [ 45 42 # Don't run Windows related tests