YS-L / csvlens

Command line csv viewer
MIT License
2.47k stars 41 forks source link

Broken build on termux #70

Closed phanirithvij closed 5 months ago

phanirithvij commented 5 months ago

On termux (Android aarch64) csvlens used to work but the new clipboard change breaks the build due to https://github.com/1Password/arboard/issues/113 no termux support.

YS-L commented 5 months ago

Thanks for reporting! I could make clipboard a features that can be opted out with --no-default-features when building.

Would that work in your case? Here's a PR to test: https://github.com/YS-L/csvlens/pull/71

phanirithvij commented 5 months ago

I just ran cargo install csvlens --git https://github.com/YS-L/csvlens.git --rev 5a42e3477ef6e3b8cac435d165629021aa8f1010 --no-default-features and compiles as well as runs successfully. Thanks for the quick fix.