diff options
| -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")) |
