diff options
Diffstat (limited to 'pkgs/development/python-modules/cons/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/cons/default.nix | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/pkgs/development/python-modules/cons/default.nix b/pkgs/development/python-modules/cons/default.nix index d08f5deb3c96..2d516ac03f85 100644 --- a/pkgs/development/python-modules/cons/default.nix +++ b/pkgs/development/python-modules/cons/default.nix @@ -1,11 +1,12 @@ -{ lib -, buildPythonPackage -, fetchFromGitHub -, logical-unification -, py -, pytestCheckHook -, pytest-html -, pythonOlder +{ + lib, + buildPythonPackage, + fetchFromGitHub, + logical-unification, + py, + pytestCheckHook, + pytest-html, + pythonOlder, }: buildPythonPackage rec { @@ -22,9 +23,7 @@ buildPythonPackage rec { hash = "sha256-XssERKiv4A8x7dZhLeFSciN6RCEfGs0or3PAQiYSPII="; }; - propagatedBuildInputs = [ - logical-unification - ]; + propagatedBuildInputs = [ logical-unification ]; nativeCheckInputs = [ py |
