python312Packages.nanoleaf: format with nixfmt

This commit is contained in:
Fabian Affolter
2024-05-21 22:54:14 +02:00
parent c1db7c1157
commit 964fb46db0
@@ -1,9 +1,10 @@
{ lib
, buildPythonPackage
, fetchPypi
, pythonOlder
, requests
, setuptools
{
lib,
buildPythonPackage,
fetchPypi,
pythonOlder,
requests,
setuptools,
}:
buildPythonPackage rec {
@@ -24,20 +25,14 @@ buildPythonPackage rec {
--replace-fail 'gitVersion' '"${version}"'
'';
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
requests
];
dependencies = [ requests ];
# Module has no test
doCheck = false;
pythonImportsCheck = [
"nanoleaf"
];
pythonImportsCheck = [ "nanoleaf" ];
meta = with lib; {
description = "Module for interacting with Nanoleaf Aurora lighting";