about summary refs log tree commit diff
path: root/pkgs/development/python-modules/zcs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/zcs/default.nix')
-rw-r--r--pkgs/development/python-modules/zcs/default.nix31
1 files changed, 12 insertions, 19 deletions
diff --git a/pkgs/development/python-modules/zcs/default.nix b/pkgs/development/python-modules/zcs/default.nix
index 89ee7a239098..d6aaad9d8ab7 100644
--- a/pkgs/development/python-modules/zcs/default.nix
+++ b/pkgs/development/python-modules/zcs/default.nix
@@ -1,10 +1,11 @@
-{ lib
-, buildPythonPackage
-, fetchPypi
-, python
-, yacs
-, boxx
-, pythonOlder
+{
+  lib,
+  buildPythonPackage,
+  fetchPypi,
+  python,
+  yacs,
+  boxx,
+  pythonOlder,
 }:
 
 buildPythonPackage rec {
@@ -19,21 +20,13 @@ buildPythonPackage rec {
     hash = "sha256-/QIyRQtxLDVW+vcQi5bL8rJ0o3+OhqGhQEALR1YO1pg=";
   };
 
-  patches = [
-    ./fix-test-yaml.patch
-  ];
+  patches = [ ./fix-test-yaml.patch ];
 
-  propagatedBuildInputs = [
-    yacs
-  ];
+  propagatedBuildInputs = [ yacs ];
 
-  pythonImportsCheck = [
-    "zcs"
-  ];
+  pythonImportsCheck = [ "zcs" ];
 
-  nativeCheckInputs = [
-    boxx
-  ];
+  nativeCheckInputs = [ boxx ];
 
   checkPhase = ''
     ${python.interpreter} test/test_zcs.py