diff options
Diffstat (limited to 'pkgs/development/python-modules/feedgenerator/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/feedgenerator/default.nix | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/pkgs/development/python-modules/feedgenerator/default.nix b/pkgs/development/python-modules/feedgenerator/default.nix index 4fd5808aa236..5b76a3ca7444 100644 --- a/pkgs/development/python-modules/feedgenerator/default.nix +++ b/pkgs/development/python-modules/feedgenerator/default.nix @@ -1,11 +1,12 @@ -{ lib -, buildPythonPackage -, fetchPypi -, glibcLocales -, pytestCheckHook -, pythonOlder -, pytz -, six +{ + lib, + buildPythonPackage, + fetchPypi, + glibcLocales, + pytestCheckHook, + pythonOlder, + pytz, + six, }: buildPythonPackage rec { @@ -23,9 +24,7 @@ buildPythonPackage rec { sed -i '/cov/d' setup.cfg ''; - buildInputs = [ - glibcLocales - ]; + buildInputs = [ glibcLocales ]; LC_ALL = "en_US.UTF-8"; @@ -34,9 +33,7 @@ buildPythonPackage rec { six ]; - nativeCheckInputs = [ - pytestCheckHook - ]; + nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "feedgenerator" ]; |
