mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03: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 New Issue
Block a user