about summary refs log tree commit diff
path: root/pkgs/development/python-modules/protobuf/3.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/protobuf/3.nix')
-rw-r--r--pkgs/development/python-modules/protobuf/3.nix23
1 files changed, 11 insertions, 12 deletions
diff --git a/pkgs/development/python-modules/protobuf/3.nix b/pkgs/development/python-modules/protobuf/3.nix
index 9685ec88d99cf..75a697dc35b08 100644
--- a/pkgs/development/python-modules/protobuf/3.nix
+++ b/pkgs/development/python-modules/protobuf/3.nix
@@ -1,12 +1,13 @@
-{ buildPackages
-, buildPythonPackage
-, fetchpatch
-, isPyPy
-, lib
-, protobuf
-, pytestCheckHook
-, pythonAtLeast
-, tzdata
+{
+  buildPackages,
+  buildPythonPackage,
+  fetchpatch,
+  isPyPy,
+  lib,
+  protobuf,
+  pytestCheckHook,
+  pythonAtLeast,
+  tzdata,
 }:
 
 assert lib.versionAtLeast protobuf.version "3.21" -> throw "Protobuf 3.20 or older required";
@@ -61,9 +62,7 @@ buildPythonPackage {
 
   setupPyGlobalFlags = [ "--cpp_implementation" ];
 
-  nativeCheckInputs = [
-    pytestCheckHook
-  ];
+  nativeCheckInputs = [ pytestCheckHook ];
 
   disabledTests = lib.optionals isPyPy [
     # error message differs