jtojnar / nixpkgs-hammering

Beat your package expressions into a shape
MIT License
253 stars 15 forks source link

attribute-typo: whitelist dontAutoPatchelf #64

Closed SuperSandro2000 closed 3 years ago

SuperSandro2000 commented 3 years ago

Fixes


citrix_workspace:

A likely typo in dontAutoPatchelf argument was found, did you mean dontPatchELF?
Near pkgs/applications/networking/remote/citrix-workspace/generic.nix:195:3:
                                                                                                                                                                                            ────────────────────
|
195 |   dontAutoPatchelf = true;
|   ^
────────────────────
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/attribute-typo.md                                                                                                                                                                                            ```
jtojnar commented 3 years ago

Thanks.