diff options
| author | Anderson Torres <anderson.torres.8519@gmail.com> | 2026-07-05 11:01:39 -0300 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2026-07-25 20:50:47 +0800 |
| commit | b1c7d4a5fdec9931c223672067cd20f2d3dce0c5 (patch) | |
| tree | 8fc98f3f00ca3aee2e950117558e3557457c3060 /nongnu | |
| parent | 4581b82a02ccc3a0491fa51c04135e3f7a0948c8 (diff) | |
nongnu: make-google-chrome: Update reference to Nixpkgs.
The link pointing to the master branch in Nixpkgs is dynamic, and nowadays it
hits a 404. Let's use a static link based on a tagged release.
* nongnu/packages/chrome.scm (make-google-chrome)[arguments]
<#:phases>{patch-assets}: Update reference link.
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Diffstat (limited to 'nongnu')
| -rw-r--r-- | nongnu/packages/chrome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nongnu/packages/chrome.scm b/nongnu/packages/chrome.scm index 6ef004a..4f0e2f3 100644 --- a/nongnu/packages/chrome.scm +++ b/nongnu/packages/chrome.scm | |||
| @@ -72,7 +72,7 @@ | |||
| 72 | #~(modify-phases %standard-phases | 72 | #~(modify-phases %standard-phases |
| 73 | (add-before 'install 'patch-assets | 73 | (add-before 'install 'patch-assets |
| 74 | ;; Many thanks to | 74 | ;; Many thanks to |
| 75 | ;; https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/networking/browsers/google-chrome/default.nix | 75 | ;; https://github.com/NixOS/nixpkgs/blob/nixos-23.05-small/pkgs/applications/networking/browsers/google-chrome/default.nix |
| 76 | (lambda _ | 76 | (lambda _ |
| 77 | (let* ((bin (string-append #$output "/bin")) | 77 | (let* ((bin (string-append #$output "/bin")) |
| 78 | (share (string-append #$output "/share")) | 78 | (share (string-append #$output "/share")) |
