python3Packages.envisage: format default.nix

This commit is contained in:
Rasmus Précenth 2021-11-20 20:54:45 +01:00
parent e19fe85e84
commit 42a83770be
No known key found for this signature in database
GPG Key ID: E0D6F12345AD5641

View File

@ -1,7 +1,12 @@
{ lib, fetchPypi, isPy27
{ lib
, fetchPypi
, isPy27
, buildPythonPackage
, traits, apptools, pytestCheckHook
, ipython, setuptools
, traits
, apptools
, pytestCheckHook
, ipython
, setuptools
}:
buildPythonPackage rec {
@ -24,7 +29,8 @@ buildPythonPackage rec {
'';
checkInputs = [
ipython pytestCheckHook
ipython
pytestCheckHook
];
meta = with lib; {