-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
[WIP] ungoogled-chromium: init at 70.0.3538.110-1 #51266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
pkgrel = "1"; | ||
|
||
src = fetchurl { | ||
url = "https://cloud.woelkli.com/s/${_url_id}/download"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we downloading Arch's prebuilt binary here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this trusts an url, not even on a well-known arch-linux domain, maybe this should go to https://github.com/nix-community/NUR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I found it from the PKGBUILD in the AUR repo.
OK, I think so as well. I found some other packages that have been committed do have references to AUR packages. Perhaps they should be moved to NUR.
It seems to me, that this package should rather be named |
Are there any updates on this pull request, please? |
@mmahut the problem with the approach in this PR is the chromium binary being downloaded from a third party source, which prevents it from being the approach suitable to be included in core Nix packages. This binary approach could be placed in NUR, however. |
The ungoogled-chromium is available in Nixpkgs. Thanks to @squalus. I'm closing this. |
Motivation for this change
This supersedes #30916, #51195 to provide chromium sans Google integration.
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)