summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/brian2/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/brian2/default.nix')
-rw-r--r--pkgs/development/python-modules/brian2/default.nix25
1 files changed, 13 insertions, 12 deletions
diff --git a/pkgs/development/python-modules/brian2/default.nix b/pkgs/development/python-modules/brian2/default.nix
index 59880be41293..00ad6e4f979c 100644
--- a/pkgs/development/python-modules/brian2/default.nix
+++ b/pkgs/development/python-modules/brian2/default.nix
@@ -1,15 +1,16 @@
-{ lib
-, buildPythonPackage
-, fetchPypi
-, cython
-, jinja2
-, numpy
-, pyparsing
-, setuptools
-, sympy
-, pytest
-, pytest-xdist
-, python
+{
+ lib,
+ buildPythonPackage,
+ fetchPypi,
+ cython,
+ jinja2,
+ numpy,
+ pyparsing,
+ setuptools,
+ sympy,
+ pytest,
+ pytest-xdist,
+ python,
}:
buildPythonPackage rec {