gnu: chromium: Silent 'local-file' warning.
This is a followup to fddc870632
.
* gnu/packages/chromium.scm (%guix-patches): Use 'assume-valid-file-name'.
master
parent
a4e7749e91
commit
a5945a60cf
|
@ -335,8 +335,12 @@
|
||||||
"0visyhz321ykrmbjndvx31yd8xlmha9gas0xbkavc2i45rpfahjq"))))
|
"0visyhz321ykrmbjndvx31yd8xlmha9gas0xbkavc2i45rpfahjq"))))
|
||||||
|
|
||||||
(define %guix-patches
|
(define %guix-patches
|
||||||
(list (local-file (search-patch "ungoogled-chromium-system-nspr.patch"))
|
(list (local-file
|
||||||
(local-file (search-patch "ungoogled-chromium-extension-search-path.patch"))))
|
(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:
|
;; This is a source 'snippet' that does the following:
|
||||||
;; *) Applies various patches for unbundling purposes and libstdc++ compatibility.
|
;; *) Applies various patches for unbundling purposes and libstdc++ compatibility.
|
||||||
|
|
Reference in New Issue