diff options
Diffstat (limited to 'pkgs/development/python-modules/py2bit/default.nix')
-rw-r--r-- | pkgs/development/python-modules/py2bit/default.nix | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/pkgs/development/python-modules/py2bit/default.nix b/pkgs/development/python-modules/py2bit/default.nix index 9f45e4e2d9e3..96fbdeeb0ab5 100644 --- a/pkgs/development/python-modules/py2bit/default.nix +++ b/pkgs/development/python-modules/py2bit/default.nix @@ -1,7 +1,8 @@ -{ lib -, buildPythonPackage -, fetchPypi -, pytest +{ + lib, + buildPythonPackage, + fetchPypi, + pytest, }: buildPythonPackage rec { @@ -20,7 +21,7 @@ buildPythonPackage rec { homepage = "https://github.com/deeptools/py2bit"; description = "File access to 2bit files"; longDescription = '' - A python extension, written in C, for quick access to 2bit files. The extension uses lib2bit for file access. + A python extension, written in C, for quick access to 2bit files. The extension uses lib2bit for file access. ''; license = licenses.mit; maintainers = with maintainers; [ scalavision ]; |