about summary refs log tree commit diff
path: root/pkgs/development/python-modules/leidenalg/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/leidenalg/default.nix')
-rw-r--r--pkgs/development/python-modules/leidenalg/default.nix29
1 files changed, 13 insertions, 16 deletions
diff --git a/pkgs/development/python-modules/leidenalg/default.nix b/pkgs/development/python-modules/leidenalg/default.nix
index 661ac2c71597..947b968e0def 100644
--- a/pkgs/development/python-modules/leidenalg/default.nix
+++ b/pkgs/development/python-modules/leidenalg/default.nix
@@ -1,13 +1,14 @@
-{ lib
-, buildPythonPackage
-, ddt
-, fetchFromGitHub
-, igraph
-, igraph-c
-, libleidenalg
-, pythonOlder
-, setuptools-scm
-, unittestCheckHook
+{
+  lib,
+  buildPythonPackage,
+  ddt,
+  fetchFromGitHub,
+  igraph,
+  igraph-c,
+  libleidenalg,
+  pythonOlder,
+  setuptools-scm,
+  unittestCheckHook,
 }:
 
 buildPythonPackage rec {
@@ -24,18 +25,14 @@ buildPythonPackage rec {
     hash = "sha256-oaTV+BIB/YQBWKrVXuiIEMH/1MxPxeHhjUzbmxt6hlw=";
   };
 
-  nativeBuildInputs = [
-    setuptools-scm
-  ];
+  nativeBuildInputs = [ setuptools-scm ];
 
   buildInputs = [
     igraph-c
     libleidenalg
   ];
 
-  propagatedBuildInputs = [
-    igraph
-  ];
+  propagatedBuildInputs = [ igraph ];
 
   checkInputs = [
     ddt