summaryrefslogtreecommitdiff
path: root/nongnu/packages/chrome.scm
AgeCommit message (Collapse)Author
2023-04-05gnu: google-chrome-unstable: Update to 113.0.5672.24.Giacomo Leidi
* nongnu/packages/chrome.scm (google-chrome-unstable): Update to 113.0.5672.24. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-04-05gnu: google-chrome-beta: Update to 112.0.5615.49.Giacomo Leidi
* nongnu/packages/chrome.scm (google-chrome-beta): Update to 112.0.5615.49. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-04-05gnu: google-chrome-stable: Update to 112.0.5615.49.Giacomo Leidi
* nongnu/packages/chrome.scm (google-chrome-stable): Update to 112.0.5615.49. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-02-14gnu: google-chrome-unstable: Update to 111.0.5563.19.Giacomo Leidi
* nongnu/packages/chrome.scm (google-chrome-unstable): Update to 111.0.5563.19. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-02-14gnu: google-chrome-beta: Update to 110.0.5481.77.Giacomo Leidi
* nongnu/packages/chrome.scm (google-chrome-beta): Update to 110.0.5481.77. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-02-14gnu: google-chrome-stable: Update to 110.0.5481.77.Giacomo Leidi
* nongnu/packages/chrome.scm (google-chrome-stable): Update to 110.0.5481.77. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-01-08nongnu: make-google-chrome: Switch to default pipewire.John Kehayias
* nongnu/packages/chrome.scm (make-google-chrome)[inputs]: Switch to default pipewire as pipewire-0.3 was removed upstream.
2023-01-02nongnu: google-chrome-unstable: Update to 110.0.5464.2.Giacomo Leidi
* nongnu/packages/chrome.scm (google-chrome-unstable): Update to 110.0.5464.2. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-01-02nongnu: google-chrome-beta: Update to 109.0.5414.46.Giacomo Leidi
* nongnu/packages/chrome.scm (google-chrome-beta): Update to 109.0.5414.46. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-01-02nongnu: google-chrome-stable: Update to 108.0.5359.124.Giacomo Leidi
The main point of this patch is to make Chrome rely as little as possible on the environment it's run into, allowing for easier debugging. The next step would probably be to generate this list from the input package-name. * nongnu/packages/chrome.scm (google-chrome-stable): Update to 108.0.5359.124; [arguments]{patchelf-inputs}: move to outer scope; {LD_LIBRARY_PATH}: wrap the entrypoint with all of Chrome's input, this should prevent loading libraries that are not listed as inputs from the outer environment; [inputs]: add some inputs following Nix's package definition to try and fix #215. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-12-19*.scm: Use SPDX license identifiers.Jonathan Brielmaier
Fixes https://gitlab.com/nonguix/nonguix/-/issues/224 * *.scm: Use SPDX license identifier and remove obsolete license statement.
2022-11-15nongnu: Add google-chrome-unstable.Giacomo Leidi
* nongnu/packages/chrome.scm (google-chrome-unstable): New variable. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-11-15nongnu: Add google-chrome-beta.Giacomo Leidi
* nongnu/packages/chrome.scm (google-chrome-beta): New variable. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-11-15nongnu: Add google-chrome-stable.Giacomo Leidi
* nongnu/packages/chrome.scm: New file, (google-chrome-stable): new variable. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>