mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: chromium: Silent 'local-file' warning.
This is a followup to fddc870632
.
* gnu/packages/chromium.scm (%guix-patches): Use 'assume-valid-file-name'.
This commit is contained in:
parent
a4e7749e91
commit
a5945a60cf
1 changed files with 6 additions and 2 deletions
|
@ -335,8 +335,12 @@ (define %ungoogled-origin
|
|||
"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.
|
||||
|
|
Loading…
Reference in a new issue