pythonPackages.editorconfig: remove duplicate EditorConfig
This commit is contained in:
parent
5718ed6d32
commit
bf4f885471
@ -1,10 +1,10 @@
|
|||||||
{ lib, fetchPypi, buildPythonApplication, EditorConfig, pytest, six }:
|
{ lib, fetchPypi, buildPythonApplication, editorconfig, pytest, six }:
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "jsbeautifier";
|
pname = "jsbeautifier";
|
||||||
version = "1.10.0";
|
version = "1.10.0";
|
||||||
|
|
||||||
propagatedBuildInputs = [ six EditorConfig ];
|
propagatedBuildInputs = [ six editorconfig ];
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
|
@ -2250,8 +2250,6 @@ in {
|
|||||||
pythonPackages = self;
|
pythonPackages = self;
|
||||||
});
|
});
|
||||||
|
|
||||||
EditorConfig = callPackage ../development/python-modules/editorconfig { };
|
|
||||||
|
|
||||||
edward = callPackage ../development/python-modules/edward { };
|
edward = callPackage ../development/python-modules/edward { };
|
||||||
|
|
||||||
elasticsearch = callPackage ../development/python-modules/elasticsearch { };
|
elasticsearch = callPackage ../development/python-modules/elasticsearch { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user