ansible_2_*: overridePythonAttrs -> overrideAttrs

This commit is contained in:
Jonathan Ringer
2020-01-22 01:12:28 -08:00
committed by Jon
parent 99eb9231d4
commit 3444d76c1b
+2 -2
View File
@@ -15,7 +15,7 @@ rec {
};
}));
ansible_2_7 = with python3Packages; toPythonApplication (ansible.overridePythonAttrs(old: rec {
ansible_2_7 = with python3Packages; toPythonApplication (ansible.overrideAttrs(old: rec {
pname = "ansible";
version = "2.7.15";
@@ -25,7 +25,7 @@ rec {
};
}));
ansible_2_6 = with python3Packages; toPythonApplication (ansible.overridePythonAttrs(old: rec {
ansible_2_6 = with python3Packages; toPythonApplication (ansible.overrideAttrs(old: rec {
pname = "ansible";
version = "2.6.20";