ansible_2_17: remove
This commit is contained in:
@@ -289,6 +289,7 @@ mapAliases {
|
||||
animeko = throw "'animeko' has been removed since it is unmaintained"; # Added 2025-08-20
|
||||
ansible-language-server = throw "ansible-language-server was removed, because it was unmaintained in nixpkgs."; # Added 2025-09-24
|
||||
ansible-later = throw "ansible-later has been discontinued. The author recommends switching to ansible-lint"; # Added 2025-08-24
|
||||
ansible_2_17 = throw "ansible_2_17 has been removed, as it is EOL"; # Added 2025-11-10
|
||||
ansible_2_18 = throw "ansible_2_18 has been removed; use overridePythonAttrs if you need a specific version"; # Added 2025-11-10
|
||||
ansible_2_19 = throw "ansible_2_19 has been removed; use overridePythonAttrs if you need a specific version"; # Added 2025-11-10
|
||||
antlr4_8 = throw "antlr4_8 has been removed. Consider using a more recent version of antlr4"; # Added 2025-10-20
|
||||
|
||||
@@ -6030,16 +6030,6 @@ with pkgs;
|
||||
anybadge = with python3Packages; toPythonApplication anybadge;
|
||||
|
||||
ansible = python3Packages.toPythonApplication python3Packages.ansible-core;
|
||||
ansible_2_17 = python3Packages.toPythonApplication (
|
||||
python3Packages.ansible-core.overridePythonAttrs (oldAttrs: rec {
|
||||
version = "2.17.8";
|
||||
src = fetchPypi {
|
||||
pname = "ansible_core";
|
||||
inherit version;
|
||||
hash = "sha256-Ob6KeYaix9NgabDZciC8L2eDxl/qfG1+Di0A0ayK+Hc=";
|
||||
};
|
||||
})
|
||||
);
|
||||
ansible_2_16 = python3Packages.toPythonApplication (
|
||||
python3Packages.ansible-core.overridePythonAttrs (oldAttrs: rec {
|
||||
version = "2.16.14";
|
||||
|
||||
Reference in New Issue
Block a user