diff options
Diffstat (limited to 'pkgs/development/python-modules/minikanren/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/minikanren/default.nix | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/pkgs/development/python-modules/minikanren/default.nix b/pkgs/development/python-modules/minikanren/default.nix index 928b288bf28b..f8be0a3d6b3b 100644 --- a/pkgs/development/python-modules/minikanren/default.nix +++ b/pkgs/development/python-modules/minikanren/default.nix @@ -1,14 +1,15 @@ -{ lib -, buildPythonPackage -, fetchFromGitHub -, toolz -, cons -, multipledispatch -, etuples -, logical-unification -, py -, pytestCheckHook -, pytest-html +{ + lib, + buildPythonPackage, + fetchFromGitHub, + toolz, + cons, + multipledispatch, + etuples, + logical-unification, + py, + pytestCheckHook, + pytest-html, }: buildPythonPackage rec { |
