lol

python311Packages.qtile-extras: format with nixfmt

+19 -22
+19 -22
pkgs/development/python-modules/qtile-extras/default.nix
··· 1 - { lib 2 - , buildPythonPackage 3 - , fetchFromGitHub 4 - , gobject-introspection 5 - , gtk3 6 - , imagemagick 7 - , keyring 8 - , librsvg 9 - , pulseaudio 10 - , pytest-asyncio 11 - , pytest-lazy-fixture 12 - , pytestCheckHook 13 - , qtile 14 - , requests 15 - , setuptools-scm 16 - , xorgserver 1 + { 2 + lib, 3 + buildPythonPackage, 4 + fetchFromGitHub, 5 + gobject-introspection, 6 + gtk3, 7 + imagemagick, 8 + keyring, 9 + librsvg, 10 + pulseaudio, 11 + pytest-asyncio, 12 + pytest-lazy-fixture, 13 + pytestCheckHook, 14 + qtile, 15 + requests, 16 + setuptools-scm, 17 + xorgserver, 17 18 }: 18 19 19 20 buildPythonPackage rec { ··· 28 29 hash = "sha256-OYzSKOVg4D5gKxaEreclYq3D16dl8ddLipSdifokDNY="; 29 30 }; 30 31 31 - build-system = [ 32 - setuptools-scm 33 - ]; 32 + build-system = [ setuptools-scm ]; 34 33 35 - dependencies = [ 36 - gtk3 37 - ]; 34 + dependencies = [ gtk3 ]; 38 35 39 36 nativeCheckInputs = [ 40 37 gobject-introspection