mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
ansible_2_1: windowsSupport off by default
This commit is contained in:
parent
8bfce24045
commit
8ea925b240
@ -10,7 +10,8 @@
|
||||
, six
|
||||
, netaddr
|
||||
, dns
|
||||
, pywinrm
|
||||
, windowsSupport ? false
|
||||
, pywinrm ? null
|
||||
}:
|
||||
|
||||
let
|
||||
@ -43,7 +44,6 @@ in buildPythonPackage rec {
|
||||
dontStrip = true;
|
||||
dontPatchELF = true;
|
||||
dontPatchShebangs = false;
|
||||
windowsSupport = true;
|
||||
|
||||
propagatedBuildInputs = [ pycrypto paramiko jinja pyyaml httplib2
|
||||
boto six netaddr dns ] ++ lib.optional windowsSupport pywinrm;
|
||||
|
Loading…
Reference in New Issue
Block a user