Merge pull request #175454 from tboerger/ansible-later-package

ansible-later: add to all packages
This commit is contained in:
Fabian Affolter
2022-05-30 19:15:41 +02:00
committed by GitHub
+2
View File
@@ -14836,6 +14836,8 @@ with pkgs;
ansible-doctor = with python3.pkgs; toPythonApplication ansible-doctor;
ansible-later = with python3.pkgs; toPythonApplication ansible-later;
ansible-lint = with python3.pkgs; toPythonApplication ansible-lint;
antlr2 = callPackage ../development/tools/parsing/antlr/2.7.7.nix {