NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.6k stars 13.75k forks source link

Package request: ungoogled-chromium for macOS #283884

Open abhillman opened 8 months ago

abhillman commented 8 months ago

Project description

ungoogled-chromium is already a nix package, but macOS is not supported. Nix is quite wonderful and powerful here -- as it is otherwise relatively challenging to produce a deterministic Chromium build in general.

Metadata

See https://github.com/NixOS/nixpkgs/blob/f4520723eb9adb40c30962dea230525a2434e9f1/pkgs/applications/networking/browsers/chromium/ungoogled.nix#L13

emilylange commented 8 months ago

Vanilla chromium (pkgs.chromium) does not support darwin either. You might want to follow #247855 and #244152.

We (@networkException and I), as the currently only two {ungoogled-,}chromium maintainers left in nixpkgs, will not work on darwin support.

But I guess you could let those who work on adding chromium-bin for darwin in the issue/pr linked above know, that you are interested in an ungoogled variant as well.