python311Packages.qtile-extras: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-20 13:14:16 +02:00
parent e8e5011c6e
commit 96859836d4
1 changed files with 19 additions and 22 deletions

View File

@ -1,19 +1,20 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, gobject-introspection
, gtk3
, imagemagick
, keyring
, librsvg
, pulseaudio
, pytest-asyncio
, pytest-lazy-fixture
, pytestCheckHook
, qtile
, requests
, setuptools-scm
, xorgserver
{
lib,
buildPythonPackage,
fetchFromGitHub,
gobject-introspection,
gtk3,
imagemagick,
keyring,
librsvg,
pulseaudio,
pytest-asyncio,
pytest-lazy-fixture,
pytestCheckHook,
qtile,
requests,
setuptools-scm,
xorgserver,
}:
buildPythonPackage rec {
@ -28,13 +29,9 @@ buildPythonPackage rec {
hash = "sha256-OYzSKOVg4D5gKxaEreclYq3D16dl8ddLipSdifokDNY=";
};
build-system = [
setuptools-scm
];
build-system = [ setuptools-scm ];
dependencies = [
gtk3
];
dependencies = [ gtk3 ];
nativeCheckInputs = [
gobject-introspection