From 21bc39e8915f552ace90a62484e2af9e48220ea2 Mon Sep 17 00:00:00 2001 From: ocfox Date: Thu, 3 Oct 2024 10:23:50 +0800 Subject: [PATCH] dosage: format --- pkgs/applications/graphics/dosage/default.nix | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/graphics/dosage/default.nix b/pkgs/applications/graphics/dosage/default.nix index 3b222d06d085..56a128f2246c 100644 --- a/pkgs/applications/graphics/dosage/default.nix +++ b/pkgs/applications/graphics/dosage/default.nix @@ -1,4 +1,8 @@ -{ lib, python3Packages, fetchPypi }: +{ + lib, + python3Packages, + fetchPypi, +}: python3Packages.buildPythonApplication rec { pname = "dosage"; @@ -12,13 +16,20 @@ python3Packages.buildPythonApplication rec { pyproject = true; nativeCheckInputs = with python3Packages; [ - pytestCheckHook pytest-xdist responses + pytestCheckHook + pytest-xdist + responses ]; build-system = [ python3Packages.setuptools-scm ]; dependencies = with python3Packages; [ - colorama imagesize lxml requests six platformdirs + colorama + imagesize + lxml + requests + six + platformdirs ]; disabledTests = [