python310Packages.mail-parser: remove unused input

This commit is contained in:
Sandro Jäckel 2022-05-30 05:25:25 +02:00 committed by Jonathan Ringer
parent 7997ad6d34
commit c4c4babb55

View file

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, python, pythonOlder, glibcLocales, fetchFromGitHub, six, simplejson }:
{ lib, buildPythonPackage, python, glibcLocales, fetchFromGitHub, six, simplejson }:
buildPythonPackage rec {
pname = "mail-parser";