summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/cffsubr/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/cffsubr/default.nix')
-rw-r--r--pkgs/development/python-modules/cffsubr/default.nix27
1 files changed, 12 insertions, 15 deletions
diff --git a/pkgs/development/python-modules/cffsubr/default.nix b/pkgs/development/python-modules/cffsubr/default.nix
index 324145639a3a..988af2d30245 100644
--- a/pkgs/development/python-modules/cffsubr/default.nix
+++ b/pkgs/development/python-modules/cffsubr/default.nix
@@ -1,12 +1,13 @@
-{ stdenv
-, lib
-, buildPythonPackage
-, fetchpatch
-, fetchPypi
-, fonttools
-, pytestCheckHook
-, setuptools-scm
-, wheel
+{
+ stdenv,
+ lib,
+ buildPythonPackage,
+ fetchpatch,
+ fetchPypi,
+ fonttools,
+ pytestCheckHook,
+ setuptools-scm,
+ wheel,
}:
buildPythonPackage rec {
@@ -33,13 +34,9 @@ buildPythonPackage rec {
wheel
];
- propagatedBuildInputs = [
- fonttools
- ];
+ propagatedBuildInputs = [ fonttools ];
- nativeCheckInputs = [
- pytestCheckHook
- ];
+ nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "cffsubr" ];