chromium: add support for ungoogled-chromium#4174
chromium: add support for ungoogled-chromium#4174networkException wants to merge 1 commit intonix-community:masterfrom
Conversation
|
Alternatively #4175 also solves the |
sumnerevans
left a comment
There was a problem hiding this comment.
darwinDirs needs to be updated as well (line 139)
|
Isn't that covered by the expression in line 136? Also I don't think there are darwin builds for ungoogled-chromium |
|
Oh, I didn't notice the Though, there appears to be darwin builds for ungoogled-chromium at least here: https://github.com/ungoogled-software/ungoogled-chromium/releases/tag/114.0.5735.198-1, but I guess nobody on Darwin cares enough to package it. Edit: I think that we should still include it, just in case anyone ever packages it for nixpkgs, or if they just package it themselves. |
|
I installed Ungoogled Chromium on my Mac test machine and it looks like the path is just |
6c2983b to
5d03f0b
Compare
ThinkChaos
left a comment
There was a problem hiding this comment.
Tested this locally and it works for me!
There was a problem hiding this comment.
I realized that I could configure extensions using programs.chromium just fine which was my goal with using this change. I had misread the existing code and thought the extensions options was disabled.
Now I'm less convinced adding programs.ungoogled-chromium is good:
- using
programs.chromiumwithpackage = pkgs.ungoogled-chromiumallows configuring everything this does programs.chromiumandprograms.ungoogled-chromiumboth use the same config directory, which different options in HM doesn't model properly
Is the goal here to make ungoogled-chromium more discoverable?
Making ungoogled-chromium the example for options.chromium.program could be enough to point towards that.
|
No my intention was the same as your pr (I marked it as an alternative because of that). I don't mind closing this either |
|
Thank you for your contribution! I marked this pull request as stale due to inactivity. Please read the relevant sections below before commenting. If you are the original author of the PR
If you are not the original author of the PR
|
|
Hi! Is there anything preventing this PR from being merged? It works and I don't want to keep a patched |
|
Thank you for your contribution! I marked this pull request as stale due to inactivity. Please read the relevant sections below before commenting. If you are the original author of the PR
If you are not the original author of the PR
|
|
It seems no extra work is required to support ungoogled-chromium. Would be very nice if this got merged. |
|
I think this should be closed for reasons mentioned in #4174 (review) |
|
Thank you for your contribution! I marked this pull request as stale due to inactivity. Please read the relevant sections below before commenting. If you are the original author of the PR
If you are not the original author of the PR
|
Description
This pull request adds support for using
programs.ungoogled-chromiumand various options likecommandLineArgs.Checklist
Change is backwards compatible.
Code formatted with
./format.Code tested through
nix-shell --pure tests -A run.allornix develop --ignore-environment .#allusing Flakes.Test cases updated/added. See example.
Commit messages are formatted like
See CONTRIBUTING for more information and recent commit messages for examples.
If this PR adds a new module