diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2024-05-22 16:01:06 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2024-05-22 17:32:03 +0200 |
| commit | 59b1aef59071cae6e87859dc65de973d2cc595c0 (patch) | |
| tree | 18c3aaf31188cb7430359a1bb130d637a363351e /pkgs/development/python-modules/python-gnupg/default.nix | |
| parent | python312Packages.waitress-django: clean source (diff) | |
| download | nixpkgs-59b1aef59071cae6e87859dc65de973d2cc595c0.tar.gz | |
python3Packages: format with nixfmt
Diffstat (limited to 'pkgs/development/python-modules/python-gnupg/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/python-gnupg/default.nix | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/pkgs/development/python-modules/python-gnupg/default.nix b/pkgs/development/python-modules/python-gnupg/default.nix index 95ebc2b954e8..32c9ccd33a9a 100644 --- a/pkgs/development/python-modules/python-gnupg/default.nix +++ b/pkgs/development/python-modules/python-gnupg/default.nix @@ -1,9 +1,10 @@ -{ lib -, buildPythonPackage -, fetchPypi -, setuptools -, gnupg -, pytestCheckHook +{ + lib, + buildPythonPackage, + fetchPypi, + setuptools, + gnupg, + pytestCheckHook, }: buildPythonPackage rec { @@ -24,13 +25,9 @@ buildPythonPackage rec { --replace "os.environ.get('GPGBINARY', 'gpg')" "os.environ.get('GPGBINARY', '${gnupg}/bin/gpg')" ''; - nativeBuildInputs = [ - setuptools - ]; + nativeBuildInputs = [ setuptools ]; - nativeCheckInputs = [ - pytestCheckHook - ]; + nativeCheckInputs = [ pytestCheckHook ]; disabledTests = [ # network access |
