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 = [