diff options
Diffstat (limited to 'pkgs/development/python-modules/pywfa/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/pywfa/default.nix | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/pkgs/development/python-modules/pywfa/default.nix b/pkgs/development/python-modules/pywfa/default.nix index 2aca36a07da7..1741cbb9bf71 100644 --- a/pkgs/development/python-modules/pywfa/default.nix +++ b/pkgs/development/python-modules/pywfa/default.nix @@ -1,12 +1,13 @@ -{ lib -, buildPythonPackage -, fetchFromGitHub -, pythonOlder -, cython -, setuptools -, wheel -, pysam -, unittestCheckHook +{ + lib, + buildPythonPackage, + fetchFromGitHub, + pythonOlder, + cython, + setuptools, + wheel, + pysam, + unittestCheckHook, }: buildPythonPackage rec { |
