python3Packages.envisage: format default.nix
This commit is contained in:
parent
e19fe85e84
commit
42a83770be
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user