[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: chromium: Silent 'local-file' warning.
From: |
guix-commits |
Subject: |
07/07: gnu: chromium: Silent 'local-file' warning. |
Date: |
Thu, 5 Nov 2020 10:16:01 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit a5945a60cf7e0899447cabedf4ea5aff8ee8dff8
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Nov 5 16:15:22 2020 +0100
gnu: chromium: Silent 'local-file' warning.
This is a followup to fddc87063231f8f9aa22bbbc5bca4a46b9bbf004.
* gnu/packages/chromium.scm (%guix-patches): Use 'assume-valid-file-name'.
---
gnu/packages/chromium.scm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm
index 5c7bb12..902f2a7 100644
--- a/gnu/packages/chromium.scm
+++ b/gnu/packages/chromium.scm
@@ -335,8 +335,12 @@
"0visyhz321ykrmbjndvx31yd8xlmha9gas0xbkavc2i45rpfahjq"))))
(define %guix-patches
- (list (local-file (search-patch "ungoogled-chromium-system-nspr.patch"))
- (local-file (search-patch
"ungoogled-chromium-extension-search-path.patch"))))
+ (list (local-file
+ (assume-valid-file-name
+ (search-patch "ungoogled-chromium-system-nspr.patch")))
+ (local-file
+ (assume-valid-file-name
+ (search-patch "ungoogled-chromium-extension-search-path.patch")))))
;; This is a source 'snippet' that does the following:
;; *) Applies various patches for unbundling purposes and libstdc++
compatibility.
- branch master updated (552e9fc -> a5945a6), guix-commits, 2020/11/05
- 01/07: image: Error out when passed an unsupported partition type., guix-commits, 2020/11/05
- 05/07: pack: Do not include the host (guix config)., guix-commits, 2020/11/05
- 06/07: services: Remove imports of (ice-9 …) modules., guix-commits, 2020/11/05
- 07/07: gnu: chromium: Silent 'local-file' warning.,
guix-commits <=
- 04/07: shepherd: Remove dependency on (guix utils)., guix-commits, 2020/11/05
- 03/07: gexp: Warn when importing (guix config) or (ice-9 …)., guix-commits, 2020/11/05
- 02/07: gexp: Store the source code location in <gexp>., guix-commits, 2020/11/05