mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 08:59:42 +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";
|
pname = "ansible";
|
||||||
version = "2.7.15";
|
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";
|
pname = "ansible";
|
||||||
version = "2.6.20";
|
version = "2.6.20";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue