pystardust / ani-cli

A cli tool to browse and play anime
GNU General Public License v3.0
7.44k stars 530 forks source link

Iina not found on MacOS ventura although installed (including `nix-shell --arg withIina true`) #1254

Closed YvesStraten closed 6 months ago

YvesStraten commented 6 months ago

Metadata (please complete the following information) Version: [latest git master] OS: [MacOS Ventura 13.5] Shell: [zsh]

Describe the bug Can't use ani-cli due to it not finding Iina. This might be due to the fact that Iina on nixpkgs does not provide a binary, just an app. As such, it needs to be opened with the open command. Ani-cli also does not work if I clone the repo and run a nix-shell --arg withIina true

Steps To Reproduce

  1. Run ani-cli

Expected behavior I should be able to open ani-cli

YvesStraten commented 6 months ago

This will soon be fixed in nixpkgs, marking issue as solved