From 9fdf16065c5e072da31a1b3704f581eb78f70b59 Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Sun, 22 Dec 2019 13:03:45 -0800 Subject: [PATCH] pythonPackages.ansible-lint: mark broken old versions of ansible-lint are broken due to setuptools no longer supporting their hacks. Current versions of ansible-lint require newest version of flit which isn't packaged yet --- pkgs/development/python-modules/ansible-lint/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/ansible-lint/default.nix b/pkgs/development/python-modules/ansible-lint/default.nix index 1728563b5f5..757ece55ead 100644 --- a/pkgs/development/python-modules/ansible-lint/default.nix +++ b/pkgs/development/python-modules/ansible-lint/default.nix @@ -42,5 +42,6 @@ buildPythonPackage rec { description = "Best practices checker for Ansible"; license = licenses.mit; maintainers = [ maintainers.sengaya ]; + broken = true; # requires new flit to build }; }