diff options
| author | Anderson Torres <anderson.torres.8519@gmail.com> | 2026-01-16 14:28:10 -0300 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2026-07-25 20:50:48 +0800 |
| commit | 09d469f64aafbff1ce1e98e562dfcce12cc07d37 (patch) | |
| tree | c542d341be8ad15d08ae59998873989544a42659 /nongnu | |
| parent | 2688596e16fd0b6b900d2e1c7167a9f78d3c4de3 (diff) | |
import: Add %google-chrome-updater.
* guix/import/google-chrome.scm: New file.
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Co-authored-by: Hilton Chain <hako@ultrarare.space>
Diffstat (limited to 'nongnu')
| -rw-r--r-- | nongnu/packages/chrome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nongnu/packages/chrome.scm b/nongnu/packages/chrome.scm index 0074ee8..cdaec57 100644 --- a/nongnu/packages/chrome.scm +++ b/nongnu/packages/chrome.scm | |||
| @@ -136,6 +136,8 @@ | |||
| 136 | (home-page "https://www.google.com/chrome/") | 136 | (home-page "https://www.google.com/chrome/") |
| 137 | (license (nonfree "https://www.google.com/intl/en/chrome/terms/"))))) | 137 | (license (nonfree "https://www.google.com/intl/en/chrome/terms/"))))) |
| 138 | 138 | ||
| 139 | ;; See also (guix import google-chrome) for the `guix refresh' updater. | ||
| 140 | ;; | ||
| 139 | ;; Available versions can be here: https://chromereleases.googleblog.com | 141 | ;; Available versions can be here: https://chromereleases.googleblog.com |
| 140 | ;; The following has a nicer representation: https://deb.pkgs.org/apps/google-amd64/ | 142 | ;; The following has a nicer representation: https://deb.pkgs.org/apps/google-amd64/ |
| 141 | ;; | 143 | ;; |
| @@ -152,8 +154,6 @@ | |||
| 152 | ;; Yet another (From AUR scripts): | 154 | ;; Yet another (From AUR scripts): |
| 153 | ;; https://dl.google.com/linux/chrome/deb/dists/stable/main/binary-amd64/Packages | 155 | ;; https://dl.google.com/linux/chrome/deb/dists/stable/main/binary-amd64/Packages |
| 154 | ;; This link provides a Debian-like control file containing most recent versions. | 156 | ;; This link provides a Debian-like control file containing most recent versions. |
| 155 | ;; | ||
| 156 | ;; TODO: write a nice importer for this in Scheme. | ||
| 157 | 157 | ||
| 158 | (define-public google-chrome-stable | 158 | (define-public google-chrome-stable |
| 159 | (package | 159 | (package |
