Vadim Tsvetkov

Results 41 comments of Vadim Tsvetkov

> Because we have a specific target minimum macOS version to support, previously we patch Homebrew compiling script to inject compilation flags during compiling > Plus the fact that Homebrew...

@low-batt @uiryuu Hi! Apologies for the delay. > The IINA 1.3.5 libraries were built that way I've checked the resulting binaries, including ones provided by nixpkgs, and it looks like...

> A true test would require running on actual hardware. I don't have anything that could test that Core 2 is supported. Neither do I, will try to ask around....

> A lot of it was about moving from brew to nix. I don't want to do that You don't have to. By itself nix is just another package manager,...

Looks like the build failed [here](https://github.com/florius0/iina/blob/d32e0774816a73d02cd41ce9488c64e0eed43ccb/flake.nix#L652). Yet it's quite strange that there is no error in logs. I suspect one of the four reasons: 1. Your system doesn't have `rsync`...

> Debugging the build it seems to be this line that is failing: > > ``` > old_prefix=$(grep -Eo "/tmp/nix-build-[^/]+/source" .spm/workspace-state.json | head -n1) > ``` > > The `workspace-state.json`...

> I'm not familiar enough with SwiftPM to have any leads on a direct solution The actual problem is not with SwiftPM, but with the way it is cached &...

> ...can correct me if I'm way off but in my understanding, Nix is just a tool and environment manager... @svobs yes you are correct. > resulted in ~1.3 GB...

@low-batt thank you for trying it out! > How do I develop IINA? How can I debug from Xcode? How can I make a change and take advantage of Xcode's...

Hi, I've implemented some changes we've discussed: 1. Modern nix support. The flake now runs on latest Determinate Nix: ```shell nix --version nix (Determinate Nix 3.13.1) 2.32.4 ``` To update,...