diff options
| author | zowoq <59103226+zowoq@users.noreply.github.com> | 2020-08-25 12:07:09 +1000 |
|---|---|---|
| committer | Jon <jonringer@users.noreply.github.com> | 2020-08-27 12:51:02 -0700 |
| commit | 0cff30bb44063c627dd033ccca8155ace853d4d9 (patch) | |
| tree | a2a0a766e49151f56f37e6e56ab1a7cb4dd29222 /pkgs/development/python-modules/python-packer | |
| parent | 1c2ebdc5a3415a534371e69468d7ec1a00c45be8 (diff) | |
python: editorconfig fixes
Diffstat (limited to 'pkgs/development/python-modules/python-packer')
| -rw-r--r-- | pkgs/development/python-modules/python-packer/default.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/python-packer/default.nix b/pkgs/development/python-modules/python-packer/default.nix index 04cbaf772479..420efb40039e 100644 --- a/pkgs/development/python-modules/python-packer/default.nix +++ b/pkgs/development/python-modules/python-packer/default.nix @@ -16,10 +16,10 @@ buildPythonPackage rec { }; propagatedBuildInputs = [ sh ]; - + # Tests requires network connections doCheck = false; - + meta = with stdenv.lib; { description = "An interface for packer.io"; homepage = "https://github.com/nir0s/python-packer"; @@ -27,4 +27,3 @@ buildPythonPackage rec { maintainers = with maintainers; [ psyanticy ]; }; } - |
