python312Packages.publicsuffix2: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-12 17:16:09 +02:00
parent 94d87a332a
commit 5244ff2814

View File

@ -1,7 +1,8 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, setuptools
{
lib,
buildPythonPackage,
fetchFromGitHub,
setuptools,
}:
let
tagVersion = "2.2019-12-21";
@ -20,9 +21,7 @@ buildPythonPackage {
hash = "sha256-OV0O4LLxQ2LQiEHc1JTvScu35o2IWxo/hgn/COh2e7Y=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
postPatch = ''
# only used to update the interal publicsuffix list