pythonPackages.editorconfig: remove duplicate EditorConfig

This commit is contained in:
Frederik Rietdijk
2019-09-06 14:59:23 +02:00
parent 5718ed6d32
commit bf4f885471
2 changed files with 2 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
{ lib, fetchPypi, buildPythonApplication, EditorConfig, pytest, six }:
{ lib, fetchPypi, buildPythonApplication, editorconfig, pytest, six }:
buildPythonApplication rec {
pname = "jsbeautifier";
version = "1.10.0";
propagatedBuildInputs = [ six EditorConfig ];
propagatedBuildInputs = [ six editorconfig ];
checkInputs = [ pytest ];
src = fetchPypi {