mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
ansible_2_*: overridePythonAttrs -> overrideAttrs
This commit is contained in:
parent
99eb9231d4
commit
3444d76c1b
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue