ansible_2_*: overridePythonAttrs -> overrideAttrs

This commit is contained in:
Jonathan Ringer 2020-01-09 12:02:56 -08:00 committed by Jon
parent 99eb9231d4
commit 3444d76c1b

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";