summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/html-void-elements/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/html-void-elements/default.nix')
-rw-r--r--pkgs/development/python-modules/html-void-elements/default.nix13
1 files changed, 6 insertions, 7 deletions
diff --git a/pkgs/development/python-modules/html-void-elements/default.nix b/pkgs/development/python-modules/html-void-elements/default.nix
index bef3d9208026..41cbefbf7ada 100644
--- a/pkgs/development/python-modules/html-void-elements/default.nix
+++ b/pkgs/development/python-modules/html-void-elements/default.nix
@@ -1,7 +1,8 @@
-{ lib
-, buildPythonPackage
-, fetchFromGitHub
-, poetry-core
+{
+ lib,
+ buildPythonPackage,
+ fetchFromGitHub,
+ poetry-core,
}:
buildPythonPackage rec {
@@ -16,9 +17,7 @@ buildPythonPackage rec {
hash = "sha256-Q5OEczTdgCCyoOsKv3MKRE3w4t/qyPG4YKbF19jlC88=";
};
- nativeBuildInputs = [
- poetry-core
- ];
+ nativeBuildInputs = [ poetry-core ];
# has no tests
doCheck = false;