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
|
, buildPythonPackage
|
||||||
, traits, apptools, pytestCheckHook
|
, traits
|
||||||
, ipython, setuptools
|
, apptools
|
||||||
|
, pytestCheckHook
|
||||||
|
, ipython
|
||||||
|
, setuptools
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -24,7 +29,8 @@ buildPythonPackage rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
ipython pytestCheckHook
|
ipython
|
||||||
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user